L2ACP-Web
                                
                                 L2ACP-Web copied to clipboard
                                
                                    L2ACP-Web copied to clipboard
                            
                            
                            
                        ru-RU
        `services.Configure<RequestLocalizationOptions>(
            opts =>
            {
                var supportedCultures = new List<CultureInfo>
                {
                    new CultureInfo("en-GB"),
                    new CultureInfo("pt-BR"),
                    new CultureInfo("ru-RU")
                };
                opts.DefaultRequestCulture = new RequestCulture("en-GB");
                // Formatting numbers, dates, etc.
                opts.SupportedCultures = supportedCultures;
                // UI strings that we have localized.
                opts.SupportedUICultures = supportedCultures;
            });`
Can you create a pull request?