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

[WinForms] Returns real installed input languages on Windows #17653

Merged
merged 1 commit into from Nov 27, 2019

Conversation

abrevet-dev
Copy link
Contributor

@abrevet-dev abrevet-dev commented Oct 31, 2019

The method InstalledInputLanguages() always returned InvariantCulture. Now, installed input languages are detected properly on Windows.

Reproducer:

Console.WriteLine(InputLanguage.CurrentInputLanguage.Culture.TwoLetterISOLanguageName.ToUpper());

Related issue: #13552

@abrevet-dev abrevet-dev changed the title Returns real installed input languages on Windows [WinForms] Returns real installed input languages on Windows Nov 1, 2019
@lewurm
Copy link
Contributor

lewurm commented Nov 4, 2019

@monojenkins build

@abrevet-dev
Copy link
Contributor Author

@lewurm Hi! Is it a random failure ? Do I need to do something ? Thanks

@akoeplinger akoeplinger merged commit 5944e72 into mono:master Nov 27, 2019
@akoeplinger
Copy link
Member

Yep that was a random failure, sorry for the late reply.

sancheolz pushed a commit to sancheolz/mono that referenced this pull request Dec 27, 2019
)

The method InstalledInputLanguages() always returned InvariantCulture. Now, installed input languages are detected properly on Windows.

Reproducer:

`Console.WriteLine(InputLanguage.CurrentInputLanguage.Culture.TwoLetterISOLanguageName.ToUpper());`

Related issue: mono#13552
sancheolz pushed a commit to sancheolz/mono that referenced this pull request Jan 14, 2020
)

The method InstalledInputLanguages() always returned InvariantCulture. Now, installed input languages are detected properly on Windows.

Reproducer:

`Console.WriteLine(InputLanguage.CurrentInputLanguage.Culture.TwoLetterISOLanguageName.ToUpper());`

Related issue: mono#13552
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

Successfully merging this pull request may close these issues.

None yet

4 participants