Sciencekill

Results 11 comments of Sciencekill

Any help are appreciated

![Screenshot 2024-06-22 163440](https://github.com/ant-design-blazor/ant-design-blazor/assets/119404250/911056ee-6a53-4199-ad28-90b5e360f7ce) ![Screenshot 2024-06-22 164120](https://github.com/ant-design-blazor/ant-design-blazor/assets/119404250/1ac2f933-0cf9-496b-b925-07b0c1ca4b5f)

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)...

![image](https://github.com/ant-design-blazor/ant-design-blazor/assets/119404250/88bd4609-3185-4705-93d5-1a177a36090b) 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就行