Usage Note 41572: Modifying the regional settings and locale on Windows platforms
If your regional settings and locale need to be modified to English, or another setting, perform the following on a Windows platform.
For SAS® 9.2
- Navigate to C:\Program Files\SAS\SASFoundation\9.2\nls\en\ and make a copy of the sasv9.cfg file.
- Edit the original sasv9.cfg file by modifying the Windows Locale. The following example sets the locale to the United States (English):
/* Set Windows Locale */
/* -LOCALE "he_IL" */
-LOCALE "en_US"
- Verify that the sasv9.cfg file in C:\Program Files\SAS\SASFoundation\9.2\sasv9.cfg directory is pointing to the C:\Program Files\SAS\SASFoundation\9.2\nls\en\sasv9.cfg file. For example:
-CONFIG "C:\Program Files\SAS\SASFoundation\9.2\nls\en\SASV9.CFG
- In the Region and Language dialog box, verify the Format option for your operating system. In most cases, this is set to English (United States).
If you want SAS 9.2 (English) to run in Hebrew, you would change the sasv9.cfg file to the correct locale (for example: -LOCALE "he_IL"). Then you would modify the Format setting in the Region and Language dialog box to Hebrew (Israel).
For SAS® 9.1.3
- Navigate to C:\Program Files\SAS\SAS 9.1\nls\en\ and make a copy of the sasv9.cfg file.
- Edit the original sasv9.cfg file by modifying the Windows Locale. The following example sets the locale to the United States (English):
/* Set Windows Locale */
/* -LOCALE "he_IL" */
-LOCALE "en_US"
- Verify that the sasv9.cfg file in C:\Program Files\SAS\SAS 9.1\ is pointing to the C:\Program Files\SAS\SAS 9.1\nls\en\sasv9.cfg file. For example:
-CONFIG C:\Program Files\SAS\SAS 9.1\nls\en\sasv9.cfg
- Verify the Regional and Language options for the operating system. In most cases, this is set to English (United States).
Even if the machine is set to English, if the locale and encoding are pointing to a different locale (in this example, Hebrew_Israel and Hebrew), this causes the SAS setting to be Hebrew.
Additional Information
See the following documentation:
| Date Modified: | 2012-02-03 16:00:33 |
| Date Created: | 2010-11-11 13:19:37 |