Localizing other pages in Settings.bundle
Posted
by joneswah
on Stack Overflow
See other posts from Stack Overflow
or by joneswah
Published on 2010-04-18T10:30:12Z
Indexed on
2010/04/18
10:33 UTC
Read the original article
Hit count: 254
I have other pages within my app preferences which are stored as separate files within the settings.bundle.
It has come time to localize my app and I can only seem to get the Root values to localize. I was wondering whether there was a trick?
The following image shows that my second screen is stored within a file called "MyPrefs.plist" and I have created a corresponding named file "MyPrefs.strings" in the en.lproj directory. Mirroring the same naming and location as the Root.plist and Root.strings.
The values with the Root.plist are converted as expected but not in the extra screen.
Is there any trick to localizing secondary screens with the settings.bundle?
© Stack Overflow or respective owner