Select theme:

Material 3

Internationalization (Angular)link

This guide demonstrates how to enable Angular Internationalization (i18n) for Radzen application.

Quick videolink

Step-by-steplink

  1. Create new or open existing application and open application settings. image
  2. Add desired cultures (you should have at least two), choose default culture and click Save button. image
  3. Run. Radzen will automatically:
  • Mark all localizable properties of all components in your pages. image
  • Build default xlf file with the translatable strings using ng xi18n command. image
  • Build xlf file for every culture or merge new strings into existing xlf file using the xliffmerge tool (https://www.npmjs.com/package/ngx-i18nsupport) where you can place your translated strings. image
  • Start the application using the default culture. image image
  1. Deploy. image Radzen will:
  • Create separate application for every culture by performing all steps from the run phase (build default xlf file and create/merge xlf file for culture). image
  • Add language chooser for each application and will start the application with default culture after deploy. image What you need to do manually:
  • Translate your strings and mark them as translated. image
In this article —
© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3