Android Question Translate app label with @string/app_name

angel_

Well-Known Member
Licensed User
Longtime User
I use this to change the label icon:


Manifest Editor:
SetActivityAttribute("main", android:label, "@string/app_name")
SetActivityAttribute("main", android:configChanges, "locale")

B4X:
#Region  Project Attributes
    #ApplicationLabel: @string/app_name
#End Region

Label name appears in different languages but when uninstalling the app this message appears

Screenshot_20211116-221424_Package_installer.png


The name of the app does not appear.
 
Top