i want to separate the resource file or internationalization as a project in asp.net core .
but how to set "ResourcesPath" in Startup.cs
services.AddLocalization(options => options.ResourcesPath = "?");
i want to separate the resource file or internationalization as a project in asp.net core .
but how to set "ResourcesPath" in Startup.cs
services.AddLocalization(options => options.ResourcesPath = "?");