Issue with iOS Localization - NSLocalizedString -


I have an issue with NSLocalizedString, I try to translate the text given below in the tab bar icon Is located in one, but info.plist.Strings (file)

even after making the same in another code, only Text_to appears. Code:

  [[self.tabBarController.tabBar.items ObjectAntIndex: 0] Settlement: NSLLocledString (@ "text_to", blue)];  

infoPlist.Strings (file):

"text_to" = "translated text is here";

For just information, I am working under xcode 5.0.2 and iOS7

Instead of Localizable.strings informationPlist.Strings by putting it in the file.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -