BookmarkSubscribeRSS Feed
EUROPE_itamfe
SAS Employee

My SAS programs are in two languages, all mixed: for example, Enterprise Miner is all in english except for the log that is in italian. Model Manager all english except the properties name (nome, descrizione rather than name, description...). I want all in english: how can I do?

I've already checked the sasv9.cfg file:

-config "C:\Program Files\SASHome94\SASFoundation\9.4\nls\en\sasv9.cfg"

so it's correct.

4 REPLIES 4
Kurt_Bremser
Super User

The sasv9.cfg file only contains the configuration data for Base SAS. Your other applications have their own settings, usually found in Tools - Options.

Web Applications must be configured on the respective server.

EUROPE_itamfe
SAS Employee

On EM or MM there aren't settings for the language...

andreas_lds
Jade | Level 19

The SAS-applications written in Java have an ini-file in their installation directory. In those files you have to add two more JavaArgs:

JavaArgs_16=-Duser.language=en

JavaArgs_17=-Duser.country=us

Tested with Managment Console.

EUROPE_itamfe
SAS Employee

Already tried... At first I wrote the two lines in only one JavaArgs, but now I've tried to divide them as you suggest... Nothing, it doesn't work

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
  • 1899 views
  • 0 likes
  • 3 in conversation