The Localization Module includes built-in DevExtreme localization dictionaries used to localize widgets in your application to de, en, ja and ru languages. This topic describes how to create a new localization dictionary and apply it to your application. Note that you can use the approach described below to modify an existing dictionary.
Include this file in your Mobile project.
Open the new file. Replace the "en" localization identifier with a target language identifier and fill this file with localized values.
{
"es": {
"Yes": "Si",
"No": "No",
"Cancel": "Cancelar",
// ...
}
}
Learn more about DevExtreme localization resources in the Localization topic 's Create Dictionaries for Other Locales section. Note that XAF Mobile applications use the modular approach.