You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use ZH-Hans by default when the project starts? I start en every time, and it can only work by changing Cookies to ZH-Hans.I want my project to start with ZH-Hans by default.Settings like the following do not work, the default is en
Configure(options =>
{
options.Resources
.Add("zh-Hans")
.AddBaseTypes(typeof(AbpValidationResource))
.AddVirtualJson("/Localization/YourProjectName");
});
The text was updated successfully, but these errors were encountered:
How to use ZH-Hans by default when the project starts? I start en every time, and it can only work by changing Cookies to ZH-Hans.I want my project to start with ZH-Hans by default.Settings like the following do not work, the default is en
Configure(options =>
{
options.Resources
.Add("zh-Hans")
.AddBaseTypes(typeof(AbpValidationResource))
.AddVirtualJson("/Localization/YourProjectName");
});
The text was updated successfully, but these errors were encountered: