Localize Settings.Bundle in Xcode 5 - ios

I can't be able to localize Settings.Bundle in Xcode 5.
When I create it only show the English localization.
I would like to add Italian localization but I have no ideas...

Related

Creating customizable/overridable localizable.strings file in swift-based ios framework

I have created a framework in swift and there is a localizable.strings file which it uses. Is there any way that a user who is using my framework in their app can override this localizable.strings with their own localizable.strings file? What I am looking for is something similar to Strings.xml in android which is overridden by the Strings.xml file in the app which uses the particular SDK.

Xcode localization issue

I am new to Xcode swift programming and have developed an app with german as my development and base language. I did this by setting developmentRegion = de; in my project.pbxproj file.
Later on I added an english localization which works fine and I also set Localization native development region to English in the info.plist file. The reason is because the language should be english in all other regions which are not german.
Now I have the problem that if I switch the device language back to german the app will appear in english too.
How can I fix that?

Swift iOS 11 Beta Today Widget infoPlist.Strings Not Localizing

I have been using the Today Widget in my Swift program and have not had any issues, until I started using iOS 11 beta. Since then the Bundle Display Name is not getting localized. Within my Info.Plist I have:
<key>CFBundleDisplayName</key>
<string>NSLocalizedString(CFBundleDisplayName, nil)</string>
And in my InfoPlist.Strings files I have
"CFBundleDisplayName" = "Recent Chats";
If I display the widget on anything before iOS 11 beta, the String is localized properly, however when I use an iOS 11 beta device, the String NSLocalizedString(CFBundleDisplayName, nil) is displayed.
Does anyone know of a change in iOS 11 beta or bug that could be causing this issue?
Did you test on ios 11 simulator or real device? If you test on simulator, Please change simulator language from Settings>General>Language&Region in simulator.
Another interesting thing which i realize that if you use base.lproj as only English version and there is no such a English localization, when simulator language is changed to Enlish(U.S) or English(U.K), InfoPlist.Strings (Base) value is not shown.

iOS Xcode 5 Base internalization does nothing

I'm trying to use Base internalization to localize my app. What I did - I made two .strings files for English and Russian version (Xcode did it for me), but when I change any string in MainStoryboard.strings(English), with the iPhone to English locale and launch app in debug mode nothing happens, all strings are still in Russian. What Im doing wrong ?

xcode 5 corrupts settings bundle localization?

I have an xcode 4.x project which has a localized settings bundle. Localization works
I open and compile it in xcode 5 and the localization still works.
I begin to edit settings bundle in xcode 5 and the localization fails. It means I have the same structure I need in settings bundle, but with incorrect titles.

Resources