I’m looking for javascript code that will return the language selected by the current logged in crm user. Is there another method than reading the language setting from the used internet browser.
I’m looking for javascript code that will return the language selected by the current
Share
You can get the user’s locale ID through the function
Xrm.Page.context.getUserLcid();Here’s a list of the possible LCIDs