PageCharSet
Section: Options
Default Value: No default value
Valid Values: Any standard character set value
Changes Take Effect: Immediately
Dependencies: None
Specifies the character set that WFM uses for every page in WFM Web.
For example, enter x-sjis for the Japanese character set. If the option value field is empty, no character set is specified.
PageCharSet
Section: Options
Default Value: No default value
Valid Values: Any standard character set value
Changes Take Effect: Immediately
Dependencies: None
Specifies the character set that WFM uses for every page in WFM Web.
For example, enter x-sjis for the Japanese character set. If the option value field is empty, no character set is specified.
Preparing for Genesys Localization
Adjusting the System Account Locale (Windows 2008)
Purpose: To adjust the system account locale on the WFM server (Server, Builder, and Data Aggregator) to match the language in a specific Language Pack.
Start of Procedure
- On the host, go to Control Panel > Regional and Language Options.
- On the Formats tab, in the Formats section, select the language/region that matches the Language Pack you will be installing later and click Apply.
- On the Administrative tab, click Copy Settings....
- In the Copy your current settings to: section, check the Welcome screen and system accounts check box.
- To save the settings, click OK and/or Apply on each tab before closing.
- Reboot the system.
End of Procedure
Next Steps:
- Complete the Verifying the System Account Locale in the Windows Registry to verify that the correct locale is configured for the local system account.
Verifying the System Account Locale in the Windows Registry
Purpose: To adjust the user account locale on the WFM server (Server, Builder, and Data Aggregator) to match the language in a specific Language Pack. Prerequisite: The system account locale or user account locale is adjusted to match the language in the installed LP. See the procedure Adjusting the System Account Locale (Windows 2008) or Adjusting the User Account Locale (Windows 2003).
Start of Procedure
- On the WFM server (Server, Builder, and Data Aggregator), in the Windows Registry Editor, open the following hive:
- HKEY_USERS\.DEFAULT\Control Panel\International
- Check the following locale-related keys (see figure below):
- Locale
- sCountry
- sLanguage
- Save and close the registry.
End of Procedure
Adjusting the User Account Locale (Windows 2003)
Purpose: To adjust the user account locale on the WFM server (Server, Builder, and Data Aggregator) to match the language in a specific Language Pack.
Start of Procedure
- On the host, go to Control Panel > Regional and Language Options.
- On the Regional Options tab, in the Standards and formats section, select the language/region that matches the Language Pack you will be installing later.
- On the Advanced tab, copy the regional settings to the local system or default account, by adding a check mark to the Default user account settings check box.
- To save the settings, click Apply and/or OK.
- Reboot the system.
End of Procedure
Changing the Date Format in E–mail Notifications
The WFM Daemon service, which uses the operating system account locale to provide the date format, dictates the format for WFM email notifications. By default, WFM Daemon is installed under the system account and therefore, it uses the system user (or default user) locale. You can change the date format in email notification sent by WFM Daemon by changing the locale settings for the system user account and set the language (country) to match the desired date format. See the figure Region and Language Settings (Windows 2003) above.
If changing the system account locale is not an option (for example, if other services are using the locale settings), you can instruct WFM Daemon to override the service user account locale settings. See the procedure below.
Purpose: To change the date format in email notifications by overriding the WFM Daemon service user account locale settings.
Start of Procedure
- Verify the WFM Daemon service name (by default, WFMDaemon64).
- Stop the WFM Daemon service.
- Open the Windows Registry Editor and navigate to the following registry key:
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun2.0\<WFM Daemon service name>\Parameters\Java
- Where, <WFM Daemon service name> is the name of the WFM Daemon service. For example, the default key path is
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\WFMDaemon64\Parameters\Java
- Open the Option value and add the Java language, region, and country options using the following syntax (see figure below):
- -Duser.language = fr
- -Duser.region = CA
- -Duser.country = CA
- Press Enter to add a new line.
- You must add a new line after the last option, otherwise the option is not parsed.
- Click OK to apply the changes, and close the Registry Editor.
- Start the WFM Daemon process and check the email notifications date format.
End of Procedure
Adjusting WFM Web to Display Weekday in the Correct Language
To correctly display the weekday in certain language character sets, you must modify a configuration option in the WFM Web Application.
Purpose: To configure the WFM Web Application to display the weekday in in certain language character sets (or in the correct language you prefer).
Start of Procedure
- In the WFM Web Application properties, click the Options tab.
- In the [Options] section, select the PageCharSet configuration option and set the value to the code page that specifies the language you want to use.
- For example, to correctly display the weekday in the French language, the set the option value as follows
- PageCharSet = windows-1252
End of Procedure