Hi,
I have a similar situation were some users use a Belgian Dutch keyboard and other users use an English US keyboard layout.
STEP 1: look up the keyboard layout code (see http://kbdlayout.info/ )
In my case this is:
In your case this will be
STEP 2: Create AD groups per keyboard layout
STEP 3: Create condition sets in DEM
STEP 4: create registry settings in DEM (User Environment - Registry settings)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Pre"=dword:86928386
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000409"
"2"="00000c0c"
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Post"=dword:464c582b
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Pre"=dword:86928386
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000c0c"
"2"="00000409"
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Post"=dword:464c582b
I also add another registry key for all users to display the option to the user in the taskbar to change the language bar
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Pre"=dword:86928386
[HKEY_CURRENT_USER\Software\Microsoft\CTF\Langbar]
"ShowStatus"=dword:00000004
"Transparency"=dword:000000ff
"Label"=dword:00000001
"ExtraIconsOnMinimized"=dword:00000001
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Post"=dword:464c582b
I hope this helps.
Regards,
Lieven