如何更改 RSA 的语言设置

简介: 国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私募机构九鼎控股打造,九鼎投资是在全国股份转让系统挂牌的公众公司,股票代码为430719,为“中国PE第一股”,市值超1000亿元。
国内私募机构九鼎控股打造APP,来就送 20元现金领取地址: http://jdb.jiudingcapital.com/phone.html
内部邀请码: C8E245J (不写邀请码,没有现金送)
国内私募机构九鼎控股打造,九鼎投资是在全国股份转让系统挂牌的公众公司,股票代码为430719,为“中国PE第一股”,市值超1000亿元。 

 

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

 

 

来源:http://www-01.ibm.com/support/docview.wss?uid=swg21195484

简单一句话: 在 eclipse.ini 文件中添加参数: -Duser.language=en 即可。

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

 

Question

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

Cause

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

Answer

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:
    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:

    ; 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: 
<IBM_INSTALL_DIR>\rational\SPD\6.0
(for example, C:\Program Files\IBM\Rational\SDP\6.0)

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
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsa.product.ide
    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
OR
  • Add the variable VMArgs=-Duser.language=en into the file eclipse.ini under the VMArgs section as shown below:
    ...
    -vmargs
    -Duser.language=en
    -Xquickstart
    ...
Both eclipse.exe and eclipse.ini are located by default in: 
<IBM_INSTALL_DIR>\SPD70
(for example, C:\Program Files\IBM\SDP70)

 

For version 7.5.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 for WebSphere
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsa4ws.product.v75.ide
    IBM Rational Application Developer
    "eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.v75.ide
    IBM Rational Software Modeler
    "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
OR
  • Add the variable VMArgs=-Duser.language=en into the file eclipse.ini under the VMArgs section as shown below:
    ...
    -vmargs
    -Duser.language=en
    -Xquickstart
    ...

Both eclipse.exe and eclipse.ini are located by default in: 
<IBM_INSTALL_DIR>\SPD
(for example, C:\Program Files\IBM\SDP)

OR
  • Add osgi.nl=en to the end of the config.ini file located under <IBM_INSTALL_DIR>\SPD\configuration

 

 

For version 8.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 for WebSphere
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsa4ws.product.v80.ide
    IBM Rational Software Architect
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsa.product.v80.ide
    IBM Rational Application Developer
    "eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.v80.ide

OR
  • Add the variable VMArgs=-Duser.language=en into the file eclipse.ini under the VMArgs section as shown below:
    ...
    -vmargs
    -Duser.language=en
    -Xquickstart
    ...
Both eclipse.exe and eclipse.ini are located by default in: 
<IBM_INSTALL_DIR>\SPD
(for example, C:\Program Files\IBM\SDP)

OR
  • Add osgi.nl=en to the end of the config.ini file located under <IBM_INSTALL_DIR>\SPD\configuration

 

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.

目录
相关文章
|
存储 数据处理 开发工具
Baumer工业相机堡盟工业相机如何通过NEOAPI SDK实现相机的高速图像保存(C++)
Baumer工业相机堡盟工业相机如何通过NEOAPI SDK实现相机的高速图像保存(C++)
204 0
|
搜索推荐 API
有效的电子邮件的内容怎么写
有效的电子邮件的内容怎么写
|
数据可视化 前端开发 Java
SpringBoot 集成 Flowable + Flowable Modeler 流程配置可视化(图解)(一)
SpringBoot 集成 Flowable + Flowable Modeler 流程配置可视化(图解)
3203 0
|
Docker 容器
如何提高Docker的下载速度-----配置加速器
在正常情况下,docker默认连接的国外官方镜像,在国外的网友访问该官方镜像自然不成问题,中国的网络访问国外官方镜像网速一向很慢,而且往往还会遭遇断网的窘境。docker pull 国内网络链接失败或很卡慢,一般都需要更换至国内。
15776 1
|
机器学习/深度学习 人工智能 网络架构
Transformer原理解析——一种Open AI和DeepMind都在用的神经网络架构
Transformer模型是一种日益流行的神经网络结构。它最近被OpenAI用于他们的语言模型中。与此同时,近期也被DeepMind用于它们的程序“星际争霸”中击败了一名顶级职业星际玩家。 Transformer模型的开发是为了解决序列转换及神经机器翻译问题。
9010 0
|
9月前
|
Android开发 开发者 Python
手撸了一个全自动微信清粉小工具(源码详解)
微信清理僵尸粉工具利用Python和`uiautomator2`库,通过模拟转账操作自动检测并标记微信好友列表中被删除、被拉黑或账号存在问题的“僵尸粉”。工具支持开启调试模式、自动打开微信、获取好友信息、判断好友状态、管理标签等功能,最终将检测结果记录到文件中,便于用户管理和清理好友列表。此工具适用于Android设备,已在OPPO Reno4 Pro上测试成功。
595 5
|
数据采集 数据可视化 数据挖掘
时间序列分析:用Python解锁金融市场数据的潜在价值
【4月更文挑战第12天】本文介绍了使用Python进行时间序列分析以挖掘金融市场数据价值的方法。金融市场数据具有时间性、不稳定性、非平稳性和相关性等特点。Python中的Pandas和Statsmodels库是进行时间序列分析的常用工具。基本流程包括数据导入、预处理、探索、模型选择(如ARIMA)、模型评估和优化。通过学习和实践,可以有效利用这些工具分析金融市场数据。
283 1
|
10月前
|
机器学习/深度学习 算法 编译器
Python程序到计算图一键转化,详解清华开源深度学习编译器MagPy
【10月更文挑战第26天】MagPy是一款由清华大学研发的开源深度学习编译器,可将Python程序一键转化为计算图,简化模型构建和优化过程。它支持多种深度学习框架,具备自动化、灵活性、优化性能好和易于扩展等特点,适用于模型构建、迁移、部署及教学研究。尽管MagPy具有诸多优势,但在算子支持、优化策略等方面仍面临挑战。
314 3
|
11月前
|
存储 大数据 编译器
C语言:结构体对齐规则
C语言中,结构体对齐规则是指编译器为了提高数据访问效率,会根据成员变量的类型对结构体中的成员进行内存对齐。通常遵循编译器默认的对齐方式或使用特定的对齐指令来优化结构体布局,以减少内存浪费并提升性能。
|
存储 算法 计算机视觉
LabVIEW二维码生成与识别
LabVIEW二维码生成与识别
199 0