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: 3 months ago
JSON representation

The class library that provides the ability to localize texts on your Blazor app!

Lists

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)