I use this to change the label icon:
Label name appears in different languages but when uninstalling the app this message appears
The name of the app does not appear.
How translate App Label
Hi, it' possible with b4a translate the App label (the label under the Icon in App drawer) based on language settings or by code? thanks
www.b4x.com
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
The name of the app does not appear.