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?
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?
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:
You will see a menu option called "Show Package contents".
You should see the localization folders in there.
For more information on packages and bundles see the Apple Developer Documentation.