Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In a non-Chinese language environment, a window prompting to switch languages cannot pop up #193

Open
kaixinol opened this issue Jan 13, 2024 · 1 comment

Comments

@kaixinol
Copy link

          > Why does it have to be so complicated ? Code is written in english, please make UI english default. no one understand chinese except chinese people but everyone understand english

private void FirstRunDownloadLanguage()
{
if(AppConfig.IsFirstRun && CultureInfo.CurrentUICulture.Name != "zh-CN")
{
if(AppMessageBox.Show("It is detected that you may be running this program for the first time,\n" +
"and your system display language is not simplified Chinese (zh-CN),\n" +
"do you need to download another language?",
MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
{
JumpItem(4, 1);
languagesBox.ShowLanguageDialog();
}
}
}

This is unusual, you didn't get this popup?

@BluePointLilac

Originally posted by @kaixinol in #185 (comment)
#187 #185

@ssssssbbb
Copy link

ssssssbbb commented Jan 15, 2024

Actually, not everyone in China understands English. It seems that he/she didn't show up for a long time, maybe you should email him/her.

For this issue, deleting files here "C:\Users\Username\AppData\Roaming\ContextMenuManager\Config" should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants