Skip to content

Contains localization resource files with the UI strings that translated to different languages.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/maui-localization-resources

Repository files navigation

DevExpress .NET MAUI Controls - Localization Resources

This repository contains localization resource files with UI strings translated into the following languages:

DevExpress localizations

Community localizations

Create a Language Resource

Follow the steps below to localize DevExpress .NET MAUI Controls to a specific language:

  1. Create a new resource file and name it DevExpress.Maui.<culture_name>.resx. The <culture_name> should match language (based on the ISO 639-1 standard). For example, DevExpress.Maui.it.resx will be applied to your application when device language is set to Italian.
  2. Add the newly created resource to your application.
  3. Make certain that the .UseDevExpress method parameter is set to true. Refer to the Localization help topic to learn more on the localization process.
  4. Optional. If you want to share your translation with the community, fork this repository, add your resource file with the translated localization strings, and create a pull request for this repository.

Documentation

Localization

More Examples

Localize Standard/DevExpress .NET MAUI Controls

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Contains localization resource files with the UI strings that translated to different languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published