iOS 8, Xcode 6 - Localization not working -


i localized app , followed through several tutorials on setting localization.

in target build info settings, have both english , spanish set base internationalization checked. build settings

i have localizable.strings file in project contain both english , spanish translations.

localizable strings

and have 2 storyboards - 1 english , 1 spanish..for both iphone/ipad. auto layout enabled , have english , spanish checked in storyboard settings. storyboards storyboard settings

when edit scheme run through debugger spanish - translations work perfectly. have ios device , simulator language set spanish , correct region files associated with. although when not running through xcode, app in english, regardless of whether or not device settings set spanish.

i've deleted app, cleaned, rebuilt, , re-deployed both simulator , ios device. there still no change. know of else might missing? appreciated.

after visiting ios dev forms, found answer.

my problem localization set spanish (united states) while ios supports plain ol' spanish , spanish (mexico). why make option available in xcode if not supported? i'm not quite sure...

so, added plain ol' spanish localization build info , had transfer of storyboard files, image files, , strings new plain ol' spanish files. works charm now!


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -