iOS Question Settings app with localized strings

janderkan

Well-Known Member
Licensed User
Longtime User
Is there a way to localize the text in the default settings app.
I have created a danish folder da.lproj in settings.bundle folder and copied root.plist there.
I have added
B4X:
    <key>CFBundleLocalizations</key>
        <array>
            <string>da</string>
        </array>
to root.plist
But it will not work.
Please anyone help me :)
 

janderkan

Well-Known Member
Licensed User
Longtime User
I did it :)

Attached is a demo with files and folders necessary.

(Project\Files\Special)
 

Attachments

  • Special.zip
    1.2 KB · Views: 213
Last edited:
Upvote 0
Top