Change Locale for Jira server
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
概要
Some of the functionalities in JIRA depends on the locale that is set for the JAVA environment. For example the function startOfWeek in JIRA JQL Queries (Advanced Searching). The default value of locale settings will be picked up from the locale settings set in the operating system.
Changing the Locale
In order to change the locale settings the recommended way is to add the additional arguments user.language
and user.country
to the JVM parameters. The details steps for adding the parameters to JIRA is explained in this article - Setting Properties and Options on Startup
An example for setting the locale to Germany is given below:
-Duser.language=de -Duser.country=DE
The Internationalization: Understanding Locale in the Java Platform documentation from Oracle contains further information on the different codes to be set for language and country codes.
Commonly used Locales
Commonly used language codes:
言語 | コード |
---|---|
アラビア語 | ar |
ドイツ語 | de |
英語 | en |
スペイン語 | es |
日本語 | ja |
Hebrew | he |
Examples of commonly used Country codes:
国 | コード |
---|---|
United States | US |
オーストラリア | AU |
カナダ | CA |
フランス | FR |
日本 | JP |
ドイツ | DE |