Jump to: navigation, search
(Update with the copy of version: draft)
(Update with the copy of version: draft)
Line 1: Line 1:
 
= Localization =  
 
= Localization =  
  
==Customer Defined Strings==
+
{{NoteFormat|Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/SideBar-combined#Localization.}}
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:Public]]
 
[[Category:V:PSAAS:Public]]

Revision as of 21:52, October 17, 2019

Localization

Important
Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/SideBar-combined#Localization.
Comments or questions about this documentation? Contact us for support!