Sciencekill
Sciencekill
Any help are appreciated
 
OK, that works. However, when I use `@inject ILocalizationService LocalizationService`and`LocalizationService.SetLanguage(new CultureInfo("en-US"));` ,the UI culture doesn't change. It's useless to refresh the page either.
```csharp protected override async Task OnInitializedAsync() { if (RequestLocalizationOptions != null && RequestLocalizationOptions.Value.SupportedCultures != null) { supportedCultures = RequestLocalizationOptions.Value.SupportedCultures.ToList(); } LocalizationService.LanguageChanged += OnLanguageChanged; } private void OnLanguageChanged(object sender, CultureInfo e)...
 The Trace.WriteLine output en-US,so I think the SetLanguage below has also been execute properly
@ElderJames I have tried many resolutions, but no one works. I'm sure the language has been changed, but as you see, there is a selectCulture property, and it is still...
@ElderJames I'm very sorry to trouble you, but I really can't find what mistake I made in my project. May I take up a little of your time to help...
I hope you can understand a little Chinese, if you have any question, feel free to ask me, I will answer as soon as I see it. Thank you again...
This project is newly-created and server-side. And I remember there was a csharp designer class when I was writing a WPF app last year. So need this app a designer...
没必要吧,像我一样写个脚本启动的时候pull就行