Im,trying to use LocalizedStringKey in TextField, it have variable inside, so all contruction looks like
Text(LocalizedStringKey("Text1 \(email) Text2"))
How can i translate normally text inside it? Text1 and Text2 will be always static.
Im,trying to use LocalizedStringKey in TextField, it have variable inside, so all contruction looks like
Text(LocalizedStringKey("Text1 \(email) Text2"))
How can i translate normally text inside it? Text1 and Text2 will be always static.