1

I am localizing my app, I found Apple use different folder structures for bundle or strings.

Can anyone tell me why Apple doesn't use the same folder structures for easy of use?

alt text

Moshe
  • 57,511
  • 78
  • 272
  • 425
mikezang
  • 2,291
  • 7
  • 32
  • 56

1 Answers1

0

The folder structure for localization is the same for the settings bundle and everything else in your app.

The reason why it seems different is because the settings part of an application is put together in something called a "bundle".

Right click (or control click) on the Settings.bundle in Finder:

alt text

You will see a menu option called "Show Package contents".

alt text

You should see the localization folders in there.

alt text

For more information on packages and bundles see the Apple Developer Documentation.

Moshe
  • 57,511
  • 78
  • 272
  • 425
  • I made a mistake in my question, I want to talk about folder structures in Xcode, not real file system structures. I knew about real structures because I had localized my app from English.lproj to en.lproj and add other languages locale. I just want to view the same logical group or folder in Xcode for all localization. – mikezang Jan 03 '11 at 09:56
  • I don't think you can do that. – Moshe Jan 03 '11 at 16:13
  • @Moshe Out of topic question: How to edit such a beautiful picture above whitch is fuzzy around and clear some areas? – qiushuitian Sep 07 '12 at 10:39