We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8892d4f commit 6944a46Copy full SHA for 6944a46
common/localization/ServerLocalizationResx/Startup.cs
@@ -34,7 +34,7 @@ public void ConfigureServices(IServiceCollection services)
34
#region Localization
35
36
services.AddControllers();
37
- services.AddLocalization(options => options.ResourcesPath = "Resources");
+ services.AddLocalization();
38
services.Configure<RequestLocalizationOptions>(options =>
39
{
40
// define the list of cultures your app will support
0 commit comments