english language for app-captcha
This commit is contained in:
@@ -12,9 +12,6 @@ internal class ZeroLocalizationModule : ZeroModule
|
||||
public override void ConfigureServices(IServiceCollection services, IConfiguration configuration)
|
||||
{
|
||||
// hint: think about using https://github.com/nuages-io/nuages-localization
|
||||
|
||||
ValidatorOptions.Global.LanguageManager.AddGermanOverrides();
|
||||
|
||||
services.AddScoped<ICultureResolver, CultureResolver>();
|
||||
services.AddScoped<ICultureService, CultureService>();
|
||||
services.AddScoped<ILocalizer, ConfigurationLocalizer>();
|
||||
|
||||
Reference in New Issue
Block a user