Hi,
Here is the JavaScript to get the LCID (Locale Id) of User and Organization Base Language.
// Organization Base Language ID
var orgLcid = Xrm.Page.context.getOrgLcid();
Check this for Microsoft Locale ID Values
Hope this helps
--
Happy CRM'ing
Gopinath
Here is the JavaScript to get the LCID (Locale Id) of User and Organization Base Language.
//
Current User Language ID
var currUserLcid = Xrm.Page.context.getUserLcid();// Organization Base Language ID
var orgLcid = Xrm.Page.context.getOrgLcid();
Check this for Microsoft Locale ID Values
Hope this helps
--
Happy CRM'ing
Gopinath
how to set LCID value using javascript
ReplyDelete