Logged in user's language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2014 01:49 AM
How can we check logged in user's language using client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2014 03:14 AM
I agree with Bhavesh and Richard in that assuming what you really want is the user's session language and not the value from the user table or elsewhere.
The link Bhavesh posted to GlideUser (g user) - ServiceNow Wiki actually uses session language as an example so you can use a combination of Server-side (maybe a display BR) and client-side to get the data. g_scratchpad is also another option for passing to the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2014 07:00 AM
Hi,
Thank you very much for your replies.
It helped.