Skip to content

Wrong language is automatically selected #8

Description

@eliannelavoie

My Windows is set to have United States English as it's display language, but I use a French-Canadian regional format since I'm from Québec. The app should start in english, but instead, french gets selected.
image
image

I believe this is the cause:

defaultCulture = Thread.CurrentThread.CurrentCulture;

You're using Thread.CurrentThread.CurrentCulture, but you should probably be using Thread.CurrentThread.CurrentUICulture.

CurrentCulture is only meant to be used for things like dates, time and first day of the week, and not for text displayed on screen.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions