Android Question Application name in different languages

Sergey_New

Well-Known Member
Licensed User
Longtime User
Hello! I am creating an application in 2 languages. How to make the application name when minimized displayed in the selected language?
 

Sergey_New

Well-Known Member
Licensed User
Longtime User
The application already uses a localizer to translate content.
Added by
B4X:
#ApplicationLabel: $string/app_label
I must use CreateResource to set app_label or can write it in a program, for example::
B4X:
app_label = Starter.loc.Localize (Starter.ProgName)
 
Last edited:
Upvote 0
Top