Post

Replies

Boosts

Views

Activity

Reply to Swift String Catalog Localisable
OK, maybe the answer was too simple, nobody expected me to look for this solution: Xcode can of course only recognise the strings if they were previously marked with String(localized: "Your text"). So far I have understood it now. However, I have not yet managed to find out how Xcode recognises texts that have been defined in the storyboard, i.e. on the user interface builder, in various elements such as buttons, labels etc. outside the code. Such texts do not appear in my file localizable.xcstrings (string catalogue) yet. How can I persuade Xcode to include such texts in the string catalogue? Stephan
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’23
Reply to Unable to Accept Invite
Has anyone managed to solve this problem yet? I'm having the same difficulties.
Replies
Boosts
Views
Activity
Jan ’26
Reply to Swift String Catalog Localisable
OK, maybe the answer was too simple, nobody expected me to look for this solution: Xcode can of course only recognise the strings if they were previously marked with String(localized: "Your text"). So far I have understood it now. However, I have not yet managed to find out how Xcode recognises texts that have been defined in the storyboard, i.e. on the user interface builder, in various elements such as buttons, labels etc. outside the code. Such texts do not appear in my file localizable.xcstrings (string catalogue) yet. How can I persuade Xcode to include such texts in the string catalogue? Stephan
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Swift String Catalog Localisable
I just did what I described above. No separate call, only build the project but no entries are created.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23