dashboard-402536-web-dashboard-integrate-dashboard-component-aspnet-mvc-dashboard-extension-localization.md
You can localize your applications - update their UI to match certain culture and language settings:
View Example: Dashboard for ASP.NET MVC - Localization
DevExpress provides satellite resource assemblies for a variety of languages and cultures.
The DevExpress .NET Products installer registers assemblies for several cultures (German, Spanish, and Japanese) into the GAC, and also places them in the installation folder (the default path is C:\Program Files\DevExpress 25.2\Components\Bin\Framework\). You can find these assemblies in the following subfolders:
| Subfolder name | Culture |
|---|---|
| de | German |
| es | Spanish |
| ja | Japanese |
To download satellite assemblies for other cultures, use the DevExpress Localization Service. This service allows you to modify existing translations, and compile and download satellite assemblies.
Modules to translate:
After you get the translations, follow the steps below:
The UI Localization Client is a cross-platform utility that allows you to quickly identify non-translated strings of DevExpress UI controls and translate them during a debug session. The utility automatically generates a RESX file(s) with translated resources and adds it to the project. Note that the UI Localization Client loads all Web Dashboard resource strings at once, without reflecting your interaction with the UI.
For more information refer to the following topic: UI Localization Client.
The resource strings for the Web Dashboard Control are located in the following localization containers:
DevExpress.DashboardWeb.Localization.LocalizationContainerContains localization strings specific only to the Web Dashboard Control.DevExpress.Utils.Localization.CoreLibraryResourcesContains cross-platform localization strings used in the Web Dashboard Control.DevExpress.Web.Resources.Localization.LocalizationContainerContains localization strings common to DevExpress Web Components used in the Web Dashboard Control.
If you followed the instructions in the UI Localization Client topic and translated resources do not appear on your web page, try clearing browser cache.
You can use Globalize to format dates, numbers, and currencies: