fix culture
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Microsoft.Extensions.Localization;
|
||||
using System.Net.Http;
|
||||
|
||||
namespace Atomx.Admin.Client.Services
|
||||
{
|
||||
@@ -10,7 +9,7 @@ namespace Atomx.Admin.Client.Services
|
||||
|
||||
public JsonStringLocalizerFactory(string resourcesPath, HttpClient httpClient)
|
||||
{
|
||||
_resourcesPath = (resourcesPath ?? "Localization").Trim('/');
|
||||
_resourcesPath = (resourcesPath ?? "localization").Trim('/');
|
||||
_httpClient = httpClient;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user