-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
I want to configure culture in appsettings.json. If exist a way to assign culture in runtime?
I tried in startup.cs put below
const string culture = "fr-FR";
CultureInfo ci = CultureInfo.GetCultureInfo(culture);
Thread.CurrentThread.CurrentCulture = ci;
Thread.CurrentThread.CurrentUICulture = ci;
But it did not help....
Metadata
Metadata
Assignees
Labels
No labels