Please let me know what in the following sequence is incorrect.
- Somewhere in code, i have
self.label.text = NSLocalizedString(@"TITLE", nil); - Localizable.strings created (
new -> Resource -> String file) - Localizable.strings (English) created // contains
"TITLE" = "Hello"; - Localizable.strings (Russian) created // contains
"TITLE" = "Привет"; - Simulator started and application deployed
- Xcode closed
- Simulator settings changed from English to Russian (
Settings -> General -> International -> Language -> Russian) - Xcode opened
- Application deployed (icon labels appear in Russian) .. when ran it says “Hello” instead of “Привет”
Am i missing a step? Did i do something in the wrong order? Please let me know
Those steps look fine. Things to try:
(ru.lproj -> Localizable.strings)