File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AbpCompanyName.AbpProjectName.WebMpa/Views/Shared
AbpCompanyName.AbpProjectName.WebSpaAngular/App/Main/views/layout Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
50
50
<script >
51
51
abp .localization .defaultSourceName = ' @LocalizationSourceName' ;
52
- moment .locale (' @Thread.CurrentThread.CurrentUICulture.Name' ); // Localizing momentjs
52
+ moment .locale (' @Thread.CurrentThread.CurrentUICulture.Name.ToLower() ' ); // Localizing momentjs
53
53
</script >
54
54
55
55
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
Original file line number Diff line number Diff line change 34
34
35
35
<script >
36
36
abp .localization .defaultSourceName = ' @LocalizationSourceName' ;
37
- moment .locale (' @Thread.CurrentThread.CurrentUICulture.Name' ); // Localizing momentjs
37
+ moment .locale (' @Thread.CurrentThread.CurrentUICulture.Name.ToLower() ' ); // Localizing momentjs
38
38
</script >
39
39
40
40
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
You can’t perform that action at this time.
0 commit comments