Skip to content

iltera/IdentityServer3.Contrib.Localization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master:master dev:dev NuGet Stable Downloads

Contents

Implementation of IdentityServerV3s ILocalizationService

Usage

Specific culture:

   var options = new LocaleOptions { Locale = "nb-NO" };
   var localizationService = new GlobalizedLocalizationService(options);

To use IdentityServer3s default provided localization:

   var localizationService = new GlobalizedLocalizationService();

Pirate culture:

   var options = new LocaleOptions { Locale = "pirate" }; // ye be warned!
   var localizationService = new GlobalizedLocalizationService(options);

Supported languages

  • English (the default provided by the DefaultLocalizationService)
  • nb-NO (Norwegian Bokmål)
  • tr-TR (Turkish)
  • pirate (yarr)

Install

  PM> Install-Package IdentityServer3.Localization

NuGet: https://www.nuget.org/packages/IdentityServer3.Localization

Dependencies

About

Localization support for IdentityServer3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.2%
  • PowerShell 1.8%