Skip to content

Localize DevExpress components for Blazor Server and WASM applications.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/localize-devexpress-blazor-components

Repository files navigation

DevExpress Blazor - How to localize components

DevExpress components in Blazor applications use the standard localization mechanism from the .NET framework - Satellite Resource Assemblies.

Blazor Components Localization

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

Localization

More Examples

Theme Switcher

Does this example address your development requirements/objectives?

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