Change Locale for Jira server

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

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.

*Except Fisheye and Crucible

Overview

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

(info) 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:

LanguageCode
Arabicar
Germande
Englishen
Spanishes
Japaneseja
Hebrewhe

Examples of commonly used Country codes:

CountryCode
United StatesUS
AustraliaAU
CanadaCA
FranceFR
JapanJP
GermanyDE

Last modified on Nov 25, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.