Jump to content

Default Input Language


Recommended Posts

When creating WINNT.SIF I configured the “Use the default values for the following language” setting to “Greek”

I also selected the “Customize the default regional settings” clicked on the “Custom” button, and configured “Language”, “Locale” and “Input Locale” all to Greek!

In the “Languages” section I also selected “Greek”

When the installation finished, the “Default Input Language” in the regional settings in the control panel was English. I want it to be Greek. How can I do that?

This is my WINNT.SIF

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates="Yes"

[Unattended]
   FileSystem=*
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch=Yes
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=130
   OemSkipWelcome=1
   
[Display]
   AutoConfirm=1

[UserData]
   ProductKey=xxxx-xxxx-xxxx-xxxx-xxxx
   FullName="Windows XP"
   OrgName="Professional"
   ComputerName=Windows

[TapiLocation]
   CountryCode=357
   Dialing=Tone

[RegionalSettings]
   LanguageGroup=4
   SystemLocale=00000408
   UserLocale=00000408
   InputLocale=0409:00000409

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes
   
[Components]
   msmsgs=off
   msnexplr=off

Link to comment
Share on other sites


I didn’t find a definite answer. Please confirm. If I change my WINNT.SIF like this, will my problem be fixed?

[RegionalSettings]

LanguageGroup=4

SystemLocale=00000408

UserLocale=00000408

UserLocale_DefaultUser=00000408

InputLocale=0409:00000409

InputLocale_DefaultUser=0409:00000409

These are the relative topics i found.

http://www.msfn.org/board/index.php?showtopic=39213

http://www.msfn.org/board/index.php?showto...+Input+Language

http://www.msfn.org/board/index.php?showto...+Input+Language

Link to comment
Share on other sites

I'm not sure the Greek code. Please Check tne language code in your XP Deploy Tools help.The Help you can find it in the same compress file you download the Deploy tolls from Microsoft

Link to comment
Share on other sites

Have you tried your solution?

[RegionalSettings]LanguageGroup=4

SystemLocale=00000408

UserLocale=00000408

UserLocale_DefaultUser=00000408

InputLocale=0409:00000409

InputLocale_DefaultUser=0409:00000409

You need sometimes to use a reg tweak

http://www.msfn.org/board/index.php?showto...ndpost&p=275422

Im at work now.... if you dont find the answer, ill check it tonight

Link to comment
Share on other sites

[RegionalSettings]
LanguageGroup=4
SystemLocale=00000408
UserLocale=00000408
UserLocale_DefaultUser=00000408
InputLocale=0409:00000409
InputLocale_DefaultUser=0409:00000409

You should change the code of "InputLocale_DefaultUser" to Greek.

http://www.microsoft.com/globaldev/referen...xp/xp-lcid.mspx

or refer to:

http://www.msfn.org/board/index.php?showtopic=36760

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