BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
_SAS_
Obsidian | Level 7

Hi all,


Sorry if I am posting this question in the wrong forum - the guys in my office have installed on my computer SAS but all the logs and error messages are in German language and not English 😞 Is there a quick way I could change this, or do I need to ask the Helpdesk for support?

 

Thank you 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Oligolas
Barite | Level 11

Create a new shortcut and enter these lines:

 

in the Shortcut target:

"C:\Program Files\SASHome\x86\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\x86\SASFoundation\9.4\nls\en\sasv9.cfg"

 

in the shortcut folder: %USERPROFILE%

 

rename your shortcut as SAS (english)

________________________

- Cheers -

View solution in original post

4 REPLIES 4
Oligolas
Barite | Level 11

Create a new shortcut and enter these lines:

 

in the Shortcut target:

"C:\Program Files\SASHome\x86\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\x86\SASFoundation\9.4\nls\en\sasv9.cfg"

 

in the shortcut folder: %USERPROFILE%

 

rename your shortcut as SAS (english)

________________________

- Cheers -

Thanhlong
Fluorite | Level 6

It s the same my problem, but I m using the version of SAS University Editor with VirtualBox. So how can I do to change the output from french to english?

Please help me.

ronan
Lapis Lazuli | Level 10

Hi,

 

Print the following filepath in your editor :

 

%put "%sysfunc(getoption(CONFIG))";

 

Normally, the filepath(s) could be something like (for 9.4, 9.2/9.3 might be a little different) :

 

"<C:>\<Program files>\<x86 OR x64>\SASFoundation\9.4\nls\de\sasv9.cfg :<other concatenated paths> etc."

 

then locate the symetric filepath for the english version :

 

"<C:>\<Program files>\<x86 OR x64>\SASFoundation\9.4\nls\en\sasv9.cfg"

 

Right click on your SAS shortcut / Send to / Create a Desktop Shortcut

 

Right click on this last Dekstop shortcut : Properties / Shortcut / Target : 

 

Add/Replace the -CONFIG filepath already in place with the English one :

 

<sas.exe> -CONFIG "<SASROOT>\nls\en\sasv9.cfg"

 

Installations may vary according to your environment.  

 

PS. Wasn't aware of the previous post. Sorry for the repeat. Looks like the answer was already posted 🙂

_SAS_
Obsidian | Level 7
Thank you all for your help!

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 12081 views
  • 0 likes
  • 4 in conversation