

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi !!
I want to switch my console interface into other language like french / spanish .
is it possible to do it ? and how ?
# Best regard
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
To force the Console to run on a different language, follow these steps:
- Edit the file <ARCSIGHT_HOME>\bin\scripts\console.bat on the Console host.
- Find the line which contains "setlocal" and add the line below for the desired language to the console.bat file, immediately after the "setlocal" line.
For US English:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=en -Duser.country=US
For UK English:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=en -Duser.country=GB
For Simplified Chinese:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=zh -Duser.country=CN
For Traditional Chinese:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=zh -Duser.country=TW
For Japanese:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=ja -Duser.country=JP
For German:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=de -Duser.country=DE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
To force the Console to run on a different language, follow these steps:
- Edit the file <ARCSIGHT_HOME>\bin\scripts\console.bat on the Console host.
- Find the line which contains "setlocal" and add the line below for the desired language to the console.bat file, immediately after the "setlocal" line.
For US English:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=en -Duser.country=US
For UK English:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=en -Duser.country=GB
For Simplified Chinese:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=zh -Duser.country=CN
For Traditional Chinese:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=zh -Duser.country=TW
For Japanese:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=ja -Duser.country=JP
For German:
SET ARCSIGHT_JVM_OPTIONS=-Duser.language=de -Duser.country=DE


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content