Scenario
Regional settings such as currency, date/time format, and numbers are user profile-based.
In a Terminal Server/Citrix environment, users from different regions may want to retain their client-side regional settings when logging on to the server.
To set up the correct regional settings, log on to the Citrix server, select Start > Control Panel > Regional Settings. Set the correct setting and log off so the setting is written to the user’s profile.
If users do not have access to the full desktop and are limited to initial or published applications, it is necessary to use a different method.
Method 1
This method sets the users’ regional options at logon by script:
1. Create global groups based upon the users’ desired regional setting.
2. Create a test user for each global group.
3. Log on to the Citrix server with that test user and make appropriate changes within the regional options.
4. Export the registry key HKEY_CURRENT_USER\Control Panel\International.
5. Create a script (How to use Regini.exe to modify HKEY_CURRENT_USER) and call it Usrlogon.cmd.
6. When users log on to the Citrix server, they will inherit the regional settings based upon their group membership.
Method 2
This method allows you to publish the regional options GUI. This allows users to set their regional settings without full access to the server desktop:
1. Publish a new application based on CTX086478 – Special Cases of Publishing Applications and Extensions.
– OR -
Publish a new application with the following syntax on a Win2000/Citrix server:
rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,5
Working directory winnt\system32
2. Instruct users who are initially logging on to the server for the first time to launch this published application to set their preferred regional settings.
More Information
Q325364 - HOW TO: Create a Custom Default User Profile in the Windows Server 2003 Family
924852 - How the "Regional and Language Options" settings in Windows Server 2003 are applied