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: 12 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 (3 months ago)
- Last Synced: 2025-04-14T01:52:52.803Z (12 days ago)
- Topics: blazor, i18n, localization
- Language: C#
- Homepage:
- Size: 6.11 MB
- Stars: 267
- Watchers: 10
- Forks: 26
- Open Issues: 22
-
Metadata Files:
- Readme: README-CONFIGURATION.md
- License: LICENSE
Awesome Lists containing this project
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.
