Jump to: navigation, search
(Created target blank page For Version: PSAAS:Julie)
 
(Automated save: adding PEC_Migrated template.)
 
Line 1: Line 1:
<!-- Creation of the target page -->
+
= Localization =
 +
 
 +
{{Template:PEC_Migrated}}
 +
 
 +
 +
 
 +
==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",
 +
        "ClickToCallName": "Click To Call",
 +
"ClickToCallTitle": "Click to Call"
 +
}</source>
 +
 
 +
[[Category:V:PSAAS:Julie]]

Latest revision as of 23:17, June 21, 2020

Localization

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.



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",
        "ClickToCallName": "Click To Call",
	"ClickToCallTitle": "Click to Call"
}
This page was last edited on June 21, 2020, at 23:17.
Comments or questions about this documentation? Contact us for support!