Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#869 closed Feature Request (Completed)

@OSLang will not detect MUI enviroments

Reported by: Emiel Wieldraaijer Owned by:
Milestone: Future Release Component: AutoIt
Version: Severity: None
Keywords: @OSLang Cc:

Description

Hi All,

I have Vista Ultimate English and have installed several MUI for other languages.

@OSLang will allways return English regardless if i choose Dutch/German/Bulgarian/Russian/Swedish....... (and all the rest)

In HKCU\Control Panel\Appearance there is a Binary value SchemeLangID which represents the MUI selected in Ultimate (don't know if it's the same in other MUI OS)

for Example

The Binary value is

0x0904 = English
0x1304 = Dutch
0x0204 = Bulgarian

The Hex value of the binary value

0904 = English
1304 = Dutch
0204 = Bulgarian

OSLang value for English = 0409
OSLang value for Dutch = 0413
OSLang value for Bulgarian = 0402

So basicly the same

only switched in pairs of two

Vista Business (does not have MUI builtin) also uses the SchemeLangID registry value.

Using the @OSLang is handy for Multi Langual versions of programs. So maybe @OSLang needs some updating.

Thanks

Emiel

Change History (4)

comment:1 Changed 16 years ago by TicketCleanup

  • Version 3.3.0.0 deleted

Automatic ticket cleanup.

comment:2 Changed 16 years ago by Jpm

I think MUI OS will be as @OSLang if it really exist.
@OSLang must stay as is . For MUI lang support the reg value can be a good start to improve but the return of a new @MUILang macro must be as for OSLang not the reverse order as the regedit show us.
I agree such improvement of a new macro is interesting for those using MUI.
I will investigate the design of it.

comment:3 Changed 16 years ago by Jpm

  • Resolution set to Completed
  • Status changed from new to closed

comment:4 Changed 16 years ago by TicketCleanup

  • Milestone set to Future Release

Automatic ticket cleanup.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.