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
Post a Comment