It\'s been 2 days this issue is driving me nuts.
I\'m trying to localize my iOS app but for the life of me I can\'t get it to work. It works easy enough when I try o
What I faced is only typo error like
"zu0-GQ-ymP.text" = "Meeting End Time;
just make sure and check each strings in Main.strings must be like below
"zu0-GQ-ymP.text" = "Meeting End Time";
Hint : if it is typo error it will not work in particular localization.