Find Cldrjs Examples and Templates
Use this online cldrjs playground to view and fork cldrjs example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

using-globalize-devextreme-localization-forkedDevExtreme components can be localized by means of Globalize. You need to link Globalize modules, CLDR scripts, and DevExtreme dictionaries for desired locales (see the <head> tag of index.html). Then, load CLDR data for the same locales (see index.js). Using Angular, Vue and React, get all the needed components as imported modules instead (see app.component.ts, App.vue and App.js correspondingly). Finally, set the current locale with the Globalize.locale method.