Skip to content

MudBlazor/Translations

Repository files navigation

GitHub NuGet NuGet Translation status Discord

MudBlazor.Translations

Community translations for the MudBlazor component library.

Compatibility

MudBlazor MudBlazor.Translations
7.x.x 1.x.x

Installation

Install the package

dotnet add package MudBlazor.Translations

Add the following to the relevant sections of Program.cs

using MudBlazor.Translations;
builder.Services.AddMudTranslations();

Important

Blazor localization needs to be configured, otherwise Blazor will default to English.

To learn more about Localization in Blazor visit the ASP.NET Core Blazor globalization and localization documentation page.

Translation Status

Translation status

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please see the CONTRIBUTING guide for more details.

Contact

For questions or support, please open an issue on this repository.