January 9, 200719 yr 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!
January 9, 200719 yr I think This is what you need:[RegionalSettings]LanguageGroup=1SystemLocale="0409"UserLocale="0409"UserLocale_DefaultUser="0409"InputLocale="0409:0000080a"InputLocale_DefaultUser = "0409:00000409"
Create an account or sign in to comment