How can I retrieve the language on a specific user in script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-01-2022 07:15 AM
Hi all,
I know that the script gs.getSession().getLanguage() allow to retrieve the current user's language. But I want to retrieve the language of a specific user in script. Example, How can I retrieve the Fred LUDDY 's language in script ?
Thanks in advance,
Carole
Labels:
- Labels:
-
Scripting and Coding
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-28-2025 02:58 AM
This works in global scope š
getUserByID is not a method of scoped GlideUser, so for scoped apps we'd need an alternative.