Set culture when added language set to current

This commit is contained in:
hishamco
2021-01-13 18:43:26 +03:00
parent b3152ee3e5
commit a2943d083b
2 changed files with 19 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@namespace Oqtane.Themes.Controls
@inherits ThemeControlBase
@using System.Globalization
@using Microsoft.AspNetCore.Localization;
@using Microsoft.AspNetCore.Localization
@using Oqtane.Models
@inject ILanguageService LanguageService
@inject NavigationManager NavigationManager