Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 07:46 AM
You need to glide the user table and get the information.
var lng = new GlideRecord("sys_user");
if(lng.get('sys_id_of_the_user')){
lng.getValue("preferred_language");
}
Best Regards
Aman Kumar
Aman Kumar