Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T23:32:16.000Z (7 days ago)
- Last Synced: 2024-11-08T00:26:40.351Z (7 days ago)
- Topics: blazor, i18n, localization
- Language: C#
- Homepage:
- Size: 6.01 MB
- Stars: 247
- Watchers: 10
- Forks: 24
- Open Issues: 19
-
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.
![fig.6](https://j.mp/2k0kTz5)
### 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.
![fig.7](https://j.mp/2ktvqmH)