ICL1901
ICL1901

Reputation: 7778

xCode Localization - where to put .lproj files?

I've looked for similar questions, but this must have been asked before. Either way, please point me in the right direction.

I've localized an app for the first time. It seems to work ok, but I have two sets of .lproj files. One set is in the settings bundle, and the other is in the main project directory.

It also appears that some settings are affected by one .lproj file content and other settings are affected by the other.

Should I leave "well enough" alone? Should I combine somehow? If so, where is the correct place?

If I find this has already been answered, please forgive. I will either delete this question, or point it to the existing response.

Thanks

Upvotes: 1

Views: 2295

Answers (1)

Maksim
Maksim

Reputation: 2052

That is really OK to have lproj's all over the project. What is more important - to keep translated files inside of Xcode file tree. You can easily localize your nibs and any other files just by selecting file you need to localize and by adding File localization in File Inspector.

Upvotes: 1

Related Questions