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
to root.plist
But it will not work.
Please anyone help me
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>
But it will not work.
Please anyone help me