angel_ Well-Known Member Licensed User Longtime User Nov 16, 2021 #1 I use this to change the label icon: 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.
I use this to change the label icon: 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.
Erel B4X founder Staff member Licensed User Longtime User Nov 17, 2021 #2 Is it different than the text displayed under the app icon? Might be a caching issue. Upvote 0
angel_ Well-Known Member Licensed User Longtime User Nov 17, 2021 #3 Yes, the text is translated into several languages Upvote 0