I created a new Xcode project and try to set up string localization.
I added a new file called "localization.strings" with the following contents.
"Login" = "English text2";
I added a second localization to the Project> Info section in the latest version of Xcode.
Then I'll check the box on the right to add French for the localization.strings file. When this is added, I can start / create the application, but the lines no longer reference this file.
For example, if I update the original English version above, for example, for "text testing", it still shows the source text in English.
Any idea why this might happen? The application is too large for publication and assembly errors, the file is not damaged, missing, incorrect encoding.
source share