https://github.com/mudblazor/translations
Crowdsourced translations for the MudBlazor component library.
https://github.com/mudblazor/translations
csharp localization mudblazor translations
Last synced: 17 days ago
JSON representation
Crowdsourced translations for the MudBlazor component library.
- Host: GitHub
- URL: https://github.com/mudblazor/translations
- Owner: MudBlazor
- License: mit
- Created: 2024-07-01T17:24:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-25T11:44:46.000Z (22 days ago)
- Last Synced: 2026-02-25T15:44:35.980Z (21 days ago)
- Topics: csharp, localization, mudblazor, translations
- Language: HTML
- Homepage: https://hosted.weblate.org/engage/mudblazor/
- Size: 798 KB
- Stars: 36
- Watchers: 2
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/meenzen/MudBlazor.Translations/blob/main/LICENSE)
[](https://www.nuget.org/packages/MudBlazor.Translations)
[](https://www.nuget.org/packages/MudBlazor.Translations)
[](https://hosted.weblate.org/engage/mudblazor/)
[](https://discord.gg/mudblazor)
# MudBlazor.Translations
Community translations for the MudBlazor component library.
## Compatibility
| MudBlazor | MudBlazor.Translations |
|-----------|------------------------|
| 7.x.x | 1.x.x |
| 8.x.x | 2.x.x |
## Installation
Install the package
```bash
dotnet add package MudBlazor.Translations
```
Add the following to the relevant sections of `Program.cs`
```csharp
using MudBlazor.Translations;
```
```csharp
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](https://learn.microsoft.com/en-us/aspnet/core/blazor/globalization-localization)
documentation page.
## Translation Status
[](https://hosted.weblate.org/engage/mudblazor/)
## License
This project is licensed under the MIT License. See the [LICENSE](https://choosealicense.com/licenses/mit/) file for details.
## Contributing
Contributions are welcome! Please see the [CONTRIBUTING](CONTRIBUTING.md) guide for more details.
## Contact
For questions or support, please open an issue on this repository.