You may try to use String(localized:) to represent its own value.
String(localized:)
let greetingKey = LocalizedStringKey("Greeting") let localGreeting: String = String(localized: greetingKey)