My application supports several languages for the interface elements. How to support shortcut android:label in different languages ?
B4X:
AddActivityText(actAddShortcut_Test,
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>)
SetActivityAttribute(actAddShortcut_Test,
android:label, "Test")