This repository contains localization resource files with UI strings translated into the following languages:
Follow the steps below to localize DevExpress .NET MAUI Controls to a specific language:
- 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. - Add the newly created resource to your application.
- Make certain that the
.UseDevExpress
method parameter is set totrue
. Refer to the Localization help topic to learn more on the localization process. - 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.
Localize Standard/DevExpress .NET MAUI Controls
(you will be redirected to DevExpress.com to submit your response)