Jump to: navigation, search

Localization

Usage

'cobrowse' namespace should be used when defining localization strings for CoBrowse plugin in your i18n JSON file.

In the below i18n schema, we demonstrate defining new strings for the 'en' (English) language. You may use any language codes you wish; there is no standard format. When selecting the active language in your configuration, you must match one of the language codes defined in your i18n JSON file. Please note that you must only define a language code once in your i18n JSON file. Inside each language object you should define the localization strings below.

Localization strings

The localization strings for the Co-browse plugin are defined in the Co-browse documentation. Refer to the Co-browse documentation to find the string names and values, and define the same in the 'cobrowse' section of the Widgets i18n JSON file, as shown in the below i18n schema.

Note: The localization string names must be the same, but the values do not need to be the same and can be customized as needed.

i18n JSON Schema

{
	"en": {
		"cobrowse": {}
	}
}
This page was last edited on April 17, 2019, at 17:17.
Comments or questions about this documentation? Contact us for support!