XCode 4.3 : XIB files and localisation

Posted by Fabrice MAUPIN on Stack Overflow See other posts from Stack Overflow or by Fabrice MAUPIN
Published on 2012-06-18T15:12:57Z Indexed on 2012/06/18 15:15 UTC
Read the original article Hit count: 261

I have a problem with XIB Files and localizations (Xcode 4.3, Mac Os X 10.7.4)

My application supports french and english localizations.

For my test, i decided to change the languages and regions from "french" to "english" in system preferences.

When i launch my application, it displays always old XIB files (french) et not the XIB files "attached" to my new localization !

** I followed all the recommendations which i was able to find : i cleared all caches, clean up the project, ... and so on !

The problem is always here and persists.

Can be that XCode4 has the other files to delete somewhere else ?

is it possible to use another means to test my new localization ?

If you are a idea, ...

Thanks in advance.

FM.

© Stack Overflow or respective owner

Related posts about interface-builder

Related posts about osx-lion