Community translations for the MudBlazor component library.
MudBlazor | MudBlazor.Translations |
---|---|
7.x.x | 1.x.x |
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.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please see the CONTRIBUTING guide for more details.
For questions or support, please open an issue on this repository.