Comments or questions about this documentation? Contact us for support!
(Created target blank page For Version: PSAAS:Julie) |
(Update with the copy of version: Public) |
||
Line 1: | Line 1: | ||
− | < | + | = 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", | ||
+ | "ClickToCallName": "Click To Call", | ||
+ | "ClickToCallTitle": "Click to Call" | ||
+ | }</source> | ||
+ | |||
+ | [[Category:V:PSAAS:Julie]] |
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.
{
"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"
}