This page was last edited on June 7, 2013, at 22:42.
Comments or questions about this documentation? Contact us for support!
![]() |
Purpose: To add Localization Files to your Web Engagement application. |
The localization files must be compliant with jquery.localize.js, a jQuery plug-in that makes it easy to internationalize and localize your static web site. See the official website for further information on jquery-localize.
Purpose: To enable additional languages for internationalization on your web engagement widgets.
Start
[application name]\_composer-project\WebEngagement_EngagementWidgets\locale
directory. This folder contains the localization resources for each widget:
registration-<lang>.json
for the registration form displayed to anonymous users.chat-<lang>.json
for the chat invite.callback-<lang>.json
for the callback invite.<lang>
for these widgets, where <lang> is the short locale name of the language (en, fr, ru etc.) or full locale name in IETF (en-US, fr-FR), follow these steps:
<name of the widget>-en.json
locale file.<name of the widget>-<lang>.json
.<name of the widget>-<lang>.json
and replace all the text values with your translations.End