设置Netbeans平台应用程序语言。

huangapple go评论145阅读模式
英文:

Set Netbeans Platform Application language

问题

当我将以下代码添加到我的appName.conf文件中:

default_options="--branding ersyp -J-Xms24m -J-Xmx64m  J-Duser.language=tr-J-Duser.region=TR"

NetBeans平台应用程序的语言应该是土耳其语,但当我从NetBeans运行我的应用程序时,该文件会被覆盖。如何防止这种情况发生?

英文:

When I add

default_options="--branding ersyp -J-Xms24m -J-Xmx64m  J-Duser.language=tr-J-Duser.region=TR"

code to my appName.conf file the NetBeans platform application language should be Turkish but when I run my application from NetBeans this file gets overwritten.
How can I prevent that from happening?

答案1

得分: 0

在你的Netbeans应用程序的Important Files文件夹中的project.properties文件中添加以下内容:

run.args.extra=--locale tr
英文:

Add

run.args.extra=--locale tr 

in the project.properties file of your Netbeans application (this file is in the Important Files folder of your project's module suite).

huangapple
  • 本文由 发表于 2020年8月11日 22:19:36
  • 转载请务必保留本文链接:https://go.coder-hub.com/63360134.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定