https://github.com/jsakamoto/Toolbelt.Blazor.I18nText
The class library that provides the ability to localize texts on your Blazor app!
https://github.com/jsakamoto/Toolbelt.Blazor.I18nText
blazor i18n localization
Last synced: 20 days ago
JSON representation
The class library that provides the ability to localize texts on your Blazor app!
- Host: GitHub
- URL: https://github.com/jsakamoto/Toolbelt.Blazor.I18nText
- Owner: jsakamoto
- License: mpl-2.0
- Created: 2019-02-23T00:28:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T14:48:48.000Z (2 months ago)
- Last Synced: 2025-03-23T20:19:15.190Z (23 days ago)
- Topics: blazor, i18n, localization
- Language: C#
- Homepage:
- Size: 6.11 MB
- Stars: 264
- Watchers: 10
- Forks: 26
- Open Issues: 22
-
Metadata Files:
- Readme: README-CONFIGURATION.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - Blazor I18n/Localization Text -   Localizing contents text in Blazor ([Demo](https://jsakamoto.github.io/Toolbelt.Blazor.I18nText/)). (Libraries & Extensions / Tools & Utilities)
README
## Configuration
### Fallback language
Fallback language is determined at compile time.
The default fallback language is `en`.
If you want to change the fallback language, define `` MSBuild property in your project file (.csproj) with the language code what you want.

### The namespace of the Text Table class
If you want to change the namespace of the Text Table classes, define `` MSBuild property in your project file (.csproj) with the namespace what you want.
