Coder Social home page Coder Social logo

Comments (5)

Crazy-A2 avatar Crazy-A2 commented on June 2, 2024

@tonycstech
1st step
image

2nd step
image

3rd step
image

from contextmenumanager.

tonycstech avatar tonycstech commented on June 2, 2024

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

from contextmenumanager.

kaixinol avatar kaixinol commented on June 2, 2024

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

from contextmenumanager.

tonycstech avatar tonycstech commented on June 2, 2024

from contextmenumanager.

ssssssbbb avatar ssssssbbb commented on June 2, 2024

I did get the popup but it only happened once. After that, program wrote a key in registry or stored some file somewhere so it will not ask that question again. This is nuts. I cannot find a way to make the program show language pop up again unless i reinstall windows.

On Fri, Jan 12, 2024 at 7:12 PM 开普以尔 @.> wrote: 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 https://github.com/BluePointLilac — Reply to this email directly, view it on GitHub <#185 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUZUBX5OA52RVRXUKMUEVTYOHGP7AVCNFSM6AAAAAA6PZI3WSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGE3DQMBRHE . You are receiving this because you were mentioned.Message ID: @.>

Delete files here C:\Users\Username\AppData\Roaming\ContextMenuManager\Config

from contextmenumanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.