Jump to: navigation, search
(Update with the copy of version: draft)
(Automated save: adding PEC_Migrated template.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
= Localization =
 
= Localization =
{{NoteFormat|For information on how to setup localization, please refer to the  [[GWCInternat|Localization Guide]]|1}}
 
  
==Usage==
+
{{Template:PEC_Migrated}}
'channelselector' namespace should be used when defining localization strings for ChannelSelector plugin in your i18n JSON file.
 
  
In the example below, 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 new strings for each widget.
 
  
==Example i18n JSON==
+
{{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/ChannelSelector-combined#Localization.}}
<source lang='javascript'>{
 
"en": {
 
"channelselector": {
 
"Title": "Live Assistance",
 
"SubTitle": "How would you like to get in touch?",
 
"WaitTimeTitle": "Wait Time",
 
"AvailableTitle": "Available",
 
"UnavailableTitle": "Unavailable",
 
"CobrowseButtonText": "CobrowseSubTitle",
 
"CallbackTitle": "Receive a Call",
 
"CobrowseSubTitle": "Agent connection is required for this.",
 
"minute": "min",
 
"minutes": "mins"
 
}
 
}
 
}</source>
 
  
 
[[Category:V:PSAAS:Public]]
 
[[Category:V:PSAAS:Public]]

Latest revision as of 22:39, 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.


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/ChannelSelector-combined#Localization.
This page was last edited on June 21, 2020, at 22:39.
Comments or questions about this documentation? Contact us for support!