Jump to content

Multiple input languages from WINNT.SIF


Recommended Posts

Posted

Hi all,

Hopefully someone can help me. I need to have US English (default - Code 0409) and Mexican Spanish (secondary - code 080a - I think?) as input languages. Below is the [RegionalSettings] section of my WINNT.SIF file... for some reason, I just cannot get Spanish to be installed along with English:

[RegionalSettings]

SystemLocale = "0409"

UserLocale = "0409"

UserLocale_DefaultUser = "0409"

InputLocale= "0409,080a"

InputLocale_DefaultUser = "0409,080a"

What should be the correct way to specify the input languages I want, keeping in mind I want English (United States) with its default keyboard layout as the default and primary input language, and Spanish (Mexico) with its default keyboard layout (Latin American)?

Thanks!


Posted

I think This is what you need:

[RegionalSettings]

LanguageGroup=1

SystemLocale="0409"

UserLocale="0409"

UserLocale_DefaultUser="0409"

InputLocale="0409:0000080a"

InputLocale_DefaultUser = "0409:00000409"

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...