NSLocalizedString always fall back to english

1.8k Views Asked by At

I have a project with english and french translation. Everything used to work perfectly fine. Now for some reason the language always fallback to english.

I tried to delete the English.lproj and French.lproj folders, regenerate them with genstrings : still same issue

I also tried to delete the app from the device, clean the target and deploy again, no results.

The language of the device didn't change since it has always been set to french.

P.S: My problem is very similar to this one, except that my project used to work fine :

iPhone: NSLocalizedString reading from English .strings file even when another lang is set

Does anybody have any idea of what i could do ?

Thanks for your help, Vincent

1

There are 1 best solutions below

1
On

There are several details that you need to follow, including where in the project you drag the localized files.

Have a look at this tutorial for a step-by-step explanation: http://www.icanlocalize.com/site/tutorials/iphone-applications-localization-guide/