Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Users language in User Macro

Thomas Egger March 31, 2017

Hey guys,

is there a way to get the language of the user in User Macros on Confluence Server?

Thanks!

Regards,
Thomas

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2017

That depends. What are you trying to do? If you need your user macro to be able to determine it via velocity, then I'm not sure about that. However if your user macro is mostly running client side javascript you could use this.

var lang = navigator.language || navigator.userLanguage;


Update:

I think this would work if you need it for velocity

$userAccessor.getConfluenceUserPreferences($action.remoteUser).getLocale()
TAGS
AUG Leaders

Atlassian Community Events