Jump to content

Regional Settings in Winnt.sif


Recommended Posts

I added these lines in winnt.sif because I want to have Greek and English (US) input languages.

[RegionalSettings]

LanguageGroup=4

SystemLocale=00000408

UserLocale=00000408

InputLocale=0408:00000408,0409:00000409

InputLocale_DefaultUser=0408:00000408,0409:00000409

Now it is working and Greek is the default input language,

but how can I make the English (US) the default input language?

Link to comment
Share on other sites


OK solved!

I had to write the regional settings like this:

[RegionalSettings]

LanguageGroup=4

SystemLocale=00000408

UserLocale=00000408

InputLocale=0409:00000409,0408:00000408

InputLocale_DefaultUser=0409:00000409,0408:00000408

The first number in "InputLocale" is the default input language.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...