Jump to: navigation, search

Localization

Customer Defined Strings

For your own custom plugins, you can define string key names and values for Name and Title (tooltip) to display on sidebar. Key format has to be with Plugin name followed by 'Title' or 'Name' (for example, '< custom plugin name >Title'). As a case in point, a plugin named 'MyPlugin' will have 'MyPluginName' and 'MyPluginTitle' as keys.

Important
For information on how to setup localization, please refer to the Localization Guide

Example i18n JSON

{
	"en": {
		"sidebar": {
			"SidebarTitle": "Need help?",
			"ChannelSelectorName": "Live Assistance",
			"ChannelSelectorTitle": "Get assistance from one of our agents right away",
			"SearchName": "Search",
			"SearchTitle": "Search",
			"CallUsName": "Call Us",
			"CallUsTitle": "Call Us details",
			"CallbackName": "Callback",
			"CallbackTitle": "Receive a Call",
			"SendMessageName": "Send Message",
			"SendMessageTitle": "Send Message",
			"WebChatName": "Live Chat",
			"WebChatTitle": "Live Chat",
			"ClickToCallName": "Click To Call",
			"ClickToCallTitle": "Request a customer service phone number",
			"AriaClose": "Close the menu Need help"
		}
	}
}
This page was last edited on April 1, 2020, at 00:06.
Comments or questions about this documentation? Contact us for support!