天天看点

如何更改 RSA 的语言设置

内部邀请码:C8E245J (不写邀请码,没有现金送)

国内私募机构九鼎控股打造,九鼎投资是在全国股份转让系统挂牌的公众公司,股票代码为430719,为“中国PE第一股”,市值超1000亿元。 

------------------------------------------------------------------------------------------------------------------------------------------------------------------

kAO,为了这东东,我愣是吧这个卸载了再重新安装了一下才行。血的教训

How do you start IBM Rational Software Development Platform products in a language other than the one from the locale settings?

You want to use the product in a language in which you are more proficient.

You can change the default language setting by either passing an argument to the executable: rationalsdp.exe/eclipse.exe or by adding an argument to the ini file read at start by the tool: rationalsdp.ini/eclipse.ini/config.ini.

(The menus in languages different from English are, in any case, only available if you have installed the optional Language Pack or the plugins that you are interested in has/have been localized.) 

Here are examples, for each versions, showing how to start the Rational Software Development Platform in English even though the Operating System is in any of the following languages: Brazilian Portuguese, French, German, Italian, Japanese, Korean, Simplified Chinese, Spanish, or Traditional Chinese.

For version 6.0.x:

Start IBM Rational Software Development Platform executable (rationalsdp.exe) with the -nl argument followed by the language en_US (for United States English) such as:

<code></code>rationalsdp.exe -nl en_US

OR

Add the variable VMArgs=-Duser.language=en into the file rationalsdp.ini under the individual VMArgs section as shown below:

<code></code>

; Add other individual VMArgs with additional VMArgs keys i.e.

; VMArgs=arg1

; VMArgs=arg2

VMArgs=-Duser.language=en

Both rationalsdp.exe and rationalsdp.ini are located by default in: 

<code>&lt;IBM_INSTALL_DIR&gt;\rational\SPD\6.0</code>

(for example, <code>C:\Program Files\IBM\Rational\SDP\6.0</code>)

<a href="http://www-01.ibm.com/support/docview.wss?uid=swg21195484#ibm-content">Back to top</a>

For version 7.0.x:

Start IBM Rational Software Delivery Platform with the -nl argument followed by the language en_US (for United States English) such as:

IBM Rational Software Architect

<code>"eclipse.exe" -nl en_US -product com.ibm.rational.rsa.product.ide</code>

IBM Rational Application Developer for WebSphere

"eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.ide

IBM Rational Software Modeler

"eclipse.exe" -nl en_US -product com.ibm.rational.rsm.product.ide 

IBM Rational Systems Developer

"eclipse.exe" -nl en_US -product com.ibm.rational.rsd.product.ide

Add the variable VMArgs=-Duser.language=en into the file eclipse.ini under the VMArgs section as shown below:<code></code>

...

-vmargs

-Duser.language=en

-Xquickstart

Both eclipse.exe and eclipse.ini are located by default in: 

<code>&lt;IBM_INSTALL_DIR&gt;\SPD70</code>

(for example, <code>C:\Program Files\IBM\SDP70</code>)

For version 7.5.x:

IBM Rational Software Architect for WebSphere

<code>"eclipse.exe" -nl en_US -product com.ibm.rational.rsa4ws.product.v75.ide</code>

IBM Rational Application Developer

"eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.v75.ide

"eclipse.exe" -nl en_US -product com.ibm.rational.rsm.product.v75.ide

IBM Rational Software Architect Standard Edition

"eclipse.exe" -nl en_US -product com.ibm.rational.rsastd.product.v75.ide

<code>&lt;IBM_INSTALL_DIR&gt;\SPD</code>

(for example, <code>C:\Program Files\IBM\SDP</code>)

Add <code>osgi.nl=en </code>to the end of the <code>config.ini</code> file located under <code>&lt;IBM_INSTALL_DIR&gt;\SPD\configuration</code>

For version 8.0.x:

<code>"eclipse.exe" -nl en_US -product com.ibm.rational.rsa4ws.product.v80.ide</code>

"eclipse.exe" -nl en_US -product com.ibm.rational.rsa.product.v80.ide

"eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.v80.ide

Note:

Use only one of the methods at a time. Changing the .ini file and using the command line at the same time may cause unexpected results. Therefore, choose one of the alternatives.

Using one of the above settings will only affect the display of the menus.

继续阅读