Home > CRM 2011 > Reading Language Code (LCID) in CRM 2011

Reading Language Code (LCID) in CRM 2011

Hi,

Here is the JScript to get the LCID (Locale Id) of User & Organization Base Language

 

var currUserLcid = Xrm.Page.context.getUserLcid();

var orgLcid= Xrm.Page.context. getOrgLcid();

 

Below is the MSDN link contains list of LCID (Locale Id’s) of CRM 2011

CRM 2011 LCID Chart

 

Hope it helps 🙂

 

Advertisement
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: