I have app in app store which doesn't use localizable.strings. Currently I'm going to release a new version, but after 'update simulation' app doesn't see Localizable.strings. Every localized string displays as key for NSLocalizedString. What I have to do to repair it?
Asked
Active
Viewed 198 times
1
-
Can you provide some examples of how the localization was implemented? – kdmurray Sep 24 '12 at 07:53
-
Localization was implemented using NSLocalizedString(@"KEY", @""); I have empty comments. Localization works if I delete app before run new. – kosmoski Sep 24 '12 at 08:06