Jump to: navigation, search
(Created target blank page For Version: PSAAS:Public)
 
(Update with the copy of version: draft)
Line 1: Line 1:
<!-- Creation of the target page -->
+
= 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.
 +
 
 +
{{NoteFormat|For information on how to setup localization, please refer to the  [[GWCInternat|Localization Guide]]|1}}
 +
 
 +
==Strings==
 +
<source lang='javascript'>{
 +
"SidebarTitle": "Need help?",
 +
"ChannelSelectorName": "Live Assistance",
 +
"ChannelSelectorTitle": "Get assistance from one of our agents right away",
 +
"SearchName": "Search",
 +
"SearchTitle": "Search",
 +
"OffersName": "Offers",
 +
"OffersTitle": "Offers",
 +
"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"
 +
}</source>
 +
 
 +
[[Category:V:PSAAS:Public]]

Revision as of 17:19, November 15, 2017

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

Strings

{
	"SidebarTitle": "Need help?",
	"ChannelSelectorName": "Live Assistance",
	"ChannelSelectorTitle": "Get assistance from one of our agents right away",
	"SearchName": "Search",
	"SearchTitle": "Search",
	"OffersName": "Offers",
	"OffersTitle": "Offers",
	"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"
}
Comments or questions about this documentation? Contact us for support!