iOS Question [SOLVED] Language of text in Back-Button

christianjeannot

Member
Licensed User
Hello Community,

in my App I am using the Back-Button. I saw that if there is enough space beside the page title can see "Back". If there is not enough space I can see "<".

Is "Back" somewhere a fix text? I have German language in my my iPhone and I wonder why it show not a proper german word like "Zurück".

I know that there is a customization of buttons/bars but I want to use the Back-Button. Maybe in a future version.

Best regards

--Christian
 

christianjeannot

Member
Licensed User
I have created 2 directories under Files\Special
de.lproj
en.lproj

When I try to compile (Tools -> Build Server -> Build Release App) I got the error

B4X:
B4i Version: 7.20
Parsing code.    (0.08s)
Building folders structure.    (0.39s)
Running custom action.    (0.04s)
Compiling code.    (0.34s)
Compiling layouts code.    (0.02s)
Building Xcode project.    Error
Der angegebene Schlüssel war nicht im Wörterbuch angegeben.

The file InfoPlist.strings.txt has

B4X:
"CFBundleDisplayName" = "B4i Example";
"CFBundleName" = "B4i Example";

I am still testing my App so B4i Example is also in #ApplicationLabel. I will update the App name when I release the App to the store.

I am using Notepadd++ to create this txt file.

In some other threads I saw problems where the file was not saved as UTF-8. When I check the settings in Notepad++ it looks fine (as described in this thread.

Did I miss something?
 
Upvote 0
Top