The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence Language

Jason Vriends
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 27, 2015

I am trying to add a Change Language menu item to the top navigation header in Confluence. The code below works. However, it only detects the browser locale instead of the language specified within the users profile.

How can I detect the user language via AJS?

<script> AJS.toInit(function(){ var browserLang = navigator.language || navigator.userLanguage;     if(browserLang =="en-CA"){ AJS.$('.aui-header-secondary .aui-nav').append('<li><a href="/cra/language/languageswitch.action" class=" aui-nav-imagelink">English</a></li>');} else { AJS.$('.aui-header-secondary .aui-nav').append('<li><a href="/cra/language/languageswitch.action" class=" aui-nav-imagelink">French</a></li>'); } }); </script>

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jason Vriends
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 27, 2015

I found the answer to be AJS.params.userLocale

TAGS
AUG Leaders

Atlassian Community Events