How to localize iOS settings bundle?

802 Views Asked by At

I added English string to title, what about other languages? Also how to auto generate Root strings files for current titles?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

fount out..

Apple/Xcode developers just didn't really implement anything in Xcode to automate this process

we have to manually create the next structure using Finder:

Settings.bundle:
    Root.plist
    en.lproj:
        Root.strings
    ru.lproj:
        Root.strings

en.lproj, ru.lproj folders

Root.strings - file

p.s. you won't see Root.strings in Xcode, you need to find it in Finder and edit it using TextEdit