how to set scm.exe language to English
hi,
My system setting is German and when i execute scm.exe i get the messages in deutsche. How can i get the messages in english? For the jbe.exe giving parameter -nl en runs jbe in english. Are there any similar settings for scm.exe? Thanks Karthik |
7 answers
That should work for scm.exe too. They're both eclipse-based, headless clients, and it's eclipse that handles that arg. If that doesn't work, try:
-vmargs -Dosgi.nl=en_US or -vmargs -Duser.language=en_US |
-Dosgi.nl=en_USworked perfectly Thanks Nick |
But -nl didn't work? That's odd -- I think all it does is set the osgi.nl property.
How are you launching the SCM CLI? Is it via the scm.exe executable, or batch file? |
But -nl didn't work? That's odd -- I think all it does is set the osgi.nl property. -nl didnt work. I added the -Dosgi.nl=en_US to scm.ini file |
When you tried -nl, was that also in the scm.cli file, and if so was it before or after the -vmargs?
|
When you tried -nl, was that also in the scm.cli file, and if so was it before or after the -vmargs? it was the first argument. before the the -vmargs as I use the same for running JBE.exe |
Strange, it works for me when using the batch script:
$ ./scm.sh -nl fr I can't test the executable right now (using Mac for dev), but there should be no difference as the handling of this arg is in the Java code. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.