Skip to content

Commit 6944a46

Browse files
authored
Remove explicit Resources path (#257)
1 parent 8892d4f commit 6944a46

File tree

1 file changed

+1
-1
lines changed
  • common/localization/ServerLocalizationResx

1 file changed

+1
-1
lines changed

common/localization/ServerLocalizationResx/Startup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void ConfigureServices(IServiceCollection services)
3434
#region Localization
3535

3636
services.AddControllers();
37-
services.AddLocalization(options => options.ResourcesPath = "Resources");
37+
services.AddLocalization();
3838
services.Configure<RequestLocalizationOptions>(options =>
3939
{
4040
// define the list of cultures your app will support

0 commit comments

Comments
 (0)