We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b35bad commit 3c883adCopy full SHA for 3c883ad
src/AbpCompanyName.AbpProjectName.Web/Views/Shared/_Layout.cshtml
@@ -1,4 +1,5 @@
1
-@using System.Threading
+@using System.Globalization
2
+@using System.Threading
3
@using System.Threading.Tasks
4
@using Abp.Timing
5
@using AbpCompanyName.AbpProjectName.Web.Views.Shared.Components.LanguageSelection
@@ -110,7 +111,7 @@
110
111
<script>
112
abp.localization.defaultSourceName = '@LocalizationSourceName';
113
if (moment) { //Localizing momentjs
- moment.locale('@Thread.CurrentThread.CurrentUICulture.Name');
114
+ moment.locale('@CultureInfo.CurrentUICulture.Name');
115
}
116
</script>
117
0 commit comments