Это был класс CulturePicker.cs
Код: Выделить всё
Код: Выделить всё
protected void ChangeCulture()
{
var redirect = new Uri(NavigationManager.Uri).GetComponents(UriComponents.PathAndQuery | UriComponents.Fragment, UriFormat.UriEscaped);
var query = $"?culture={Uri.EscapeDataString(culture)}&redirectUri={redirect}";
NavigationManager.NavigateTo("Culture/SetCulture" + query, forceLoad: true);
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... studio-app
Мобильная версия