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 logged in crm user. Is there another method than reading the language setting from the used internet browser.
Share Improve this question edited Sep 12, 2011 at 15:42 ccellar 10.3k2 gold badges40 silver badges56 bronze badges asked Sep 12, 2011 at 14:37 ThdKThdK 10.6k23 gold badges77 silver badges102 bronze badges1 Answer
Reset to default 15You can get the user's locale ID through the function Xrm.Page.context.getUserLcid();
Here's a list of the possible LCIDs