AspNetCore-Sample
AspNetCore-Sample copied to clipboard
Simple two-service ASP.NET Core demo application
Results
2
AspNetCore-Sample issues
Sort by
recently updated
recently updated
newest added
Here the Controller  Program.cs  Startup.cs services.AddLocalization(opt => opt.ResourcesPath = "Resources"); var supportedCulture = new[] { new CultureInfo("en-US"), new CultureInfo("fr-FR")...