Localization

Use the stringsMap element to provide localized versions of labels and descriptions used in the integration.

The following example shows sample application and action names and descriptions in English and German.

	"stringsMap": {
		"en": {
			"APPLICATION_NAME": "Localization Test",
			"APPLICATION_DESCRIPTION": "This example provides translated content.",
			"ACTION1": "Action1",
			"ACTION2": "Action2",
			"ACTION1DESC": "Action1 description",
			"ACTION2DESC": "Action2 description"
		},
		"de": {
			"APPLICATION_NAME": "Lokalisierung Beispiel",
			"APPLICATION_DESCRIPTION": "Dieses Beispiel liefert übersetzten Inhalte.",
			"ACTION1": "Aktion1",
			"ACTION2": "Aktion2",
			"ACTION1DESC": "Aktion1 Beschreibung",
			"ACTION2DESC": "Aktion2 Beschreibung"
		}