Euroland.NetCore.ToolsFramework.Localization 2.1.3

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated

Changes 2.1.3:
+ Safety getting localization without throw any exception, but log exception to logger instead

Changes 2.1.2:
+ Fixed bug not showing detail about resource not found exception

Changes 2.1.1:
+ Fixed bug loading DefaultLanguageToCultureProvider by default

Changes 2.1.0:
+ Removes RequestLocalizationOptions.
+ Provides the JsonLocalizationOptions via IOptions<TOptions> by injecting IOptions<JsonLocalizationOptions> from Dependency Injection
+ Add new class DefaultLanguageToCultureProvider to provide a default provider by reading the default json file which is embeded in Assembly

Changes 2.0.5:
- Fix clearing localization cache manually
Changes 2.0.4
- Fix DbId property of class LanguageToCulture. DbId is referent value to the actual language's id in the database