Wijmo UI for the Web
Localization and Globalization
Show AllShow All
Hide AllHide All

There are two different concepts involved in localizing Wijmo widgets. First, you can globalize dates and numbers for supported cultures. Second, you can provide custom strings for specific buttons, tooltips, and other text that appears in the user interface for each widget.

Globalize Dates and Numbers

The following widgets have dates and numbers that you can localize.

You can localize any of these widgets by setting its culture option to a culture supported in globalize.cultures.js. You can find a copy of this file in your installation folder on a path like this:

...\Wijmo.3.20132.15\Wijmo-Open\development-bundle\external\cultures

The CDN hosts all of the individual files, or you can download them from Github.

NOTE: Only dates and numbers are localized using Globalize. Wijmo allows you to provide custom values for any other text in the widgets. See Custom Strings for more information.

Quick Start: Using Globalize

This quick start section demonstrates how to use globalize to localize dates and numbers in a widget. The method is the same for each widget that displays dates or numbers (see the list above).

Step-by-step Globalize

Custom Strings

In addition to localizing date and number formats using Globalization, Wijmo allows you to localize or customize all of the strings in the widget's UI. Here is sample code for localizing each of the widgets.

Custom Calendar Strings

Custom DatePager Strings

Custom EventsCalendar Strings

Custom Grid Strings

Custom LightBox Strings

Custom Pager Strings

Custom Upload Strings

Custom Wizard Strings

See Also

 
Support Options