What am I doing wrong???
NSString * ew= NSLocalizedString (@"CITY",nil);
//Add items
[listOfItems addObject:ew ];
and I have my localized.string in which I have
"CITY" = "Prague";
.....doesn't work neither in iPhone simulator or device. if I dislay it, it display CITY instead of Prague.
Thanks
EDIT:
Language is set properly and in Localizable.strings I have two strings to localize. and they are so:
"TITLE" = "Availiable cities"; "CITY" = "Pragues";
and in the
other localizations I have
"TITLE" = "Translation"; "CITY" = "Translation";