Regional settings such as currency, date or time format, and numbers are user profile-based.
In a Terminal Server or 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, complete the following procedure:
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 profile.
If users do not have access to the full desktop and are limited to initial or published applications, you may want to use one of the following methods:
This method sets the user's regional options at log on by script:
Create global groups based upon the user's desired regional setting.
Create a test user for each global group.
Log on to the Citrix server with the test user created and make appropriate changes within the regional options.
Export the registry key HKEY_CURRENT_USER\Control Panel\International and import the registry key by using a logon script (set in GPO)
When users log on to the Citrix server, they inherit the regional settings based upon their group membership.
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:
Publish a new application with the following syntax on the server:
rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,5
Working directory:
winnt\system32
Note: Instruct first time users to launch this published application to set their preferred regional settings.