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: 10 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T23:47:10.000Z (2 months ago)
- Last Synced: 2024-10-03T15:37:36.639Z (about 1 month ago)
- Topics: blazor, i18n, localization
- Language: C#
- Homepage:
- Size: 6 MB
- Stars: 248
- Watchers: 10
- Forks: 23
- Open Issues: 19
-
Metadata Files:
- Readme: README-CONFIGURATION.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - Blazor I18n/Localization Text - ![stars](https://img.shields.io/github/stars/jsakamoto/Toolbelt.Blazor.I18nText?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/jsakamoto/Toolbelt.Blazor.I18nText?style=flat-square&cacheSeconds=86400) 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.
![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)