DevExpress Blazor - How to localize components
February 13, 2026 ยท View on GitHub
DevExpress components in Blazor applications use the standard localization mechanism from the .NET framework - Satellite Resource Assemblies.

Our components ship with NuGet packages with predefined satellite assemblies for the following languages and cultures:
- German (de)
- Spanish (es)
- Japanese (ja)
To obtain satellite assemblies for DevExpress .NET controls that correspond to other cultures, use the DevExpress Localization Service. This service allows you to modify the existing translations, compile and download the satellite assemblies.
Files to Look At
Blazor Server:
Blazor WebAssembly:
Documentation
More Examples
Does This Example Address Your Development Requirements/Objectives?
(you will be redirected to DevExpress.com to submit your response)