# Localization

This is an overview of the Localization options - .NET localization, JS Components localization, Blazor localization, and cultures.

## Content



In ActiveReports, you can localize your application's UI to the supported languages: English (default), Japanese, and simplified Chinese. You can also perform custom localization into any language you need. Web components contain JSON files with English resource strings, which should be translated and then applied to the component, with the corresponding language specified using an API. .NET application localizations require resources to be translated and then satellite assemblies to be built.

MESCIUS may, from time to time and with the agreement of users who localize components, include additional locales with future hot fixes and service packs. If you are willing to share your localized resources with other users, please inform technical support staff so that they can pass on your resource files to development.

This section elaborates following concepts:

[.NET Localization](/activereportsnet/docs/v20.1/devops/localize/net-localize)

[JS Components Localization](/activereportsnet/docs/v20.1/devops/localize/js-components-localize)

[WebViewer Localization](/activereportsnet/docs/v20.1/devops/localize/webviewer-localization)

[Blazor Localization](/activereportsnet/docs/v20.1/devops/localize/blazor-localize)

[Cultures](/activereportsnet/docs/v20.1/devops/localize/cultures)

## See Also

#### Report Authors

[Localize RDLX Report Content](/activereportsnet/docs/v20.1/report-authors/design-reports/design-page-rdl-reports/tutorials-page-rdl-report-scenarios/localize-rdlx-report-content)