About Me

Having 12 years experience in Microsoft technologies.Since more than 7 years working in SharePoint technologies. Expert in providing consultation for SharePoint projects. Hands on with development and administration.

Wednesday 11 December 2013

Programmatically find the Language ID in SharePoint 2010

string LCID = System.Threading.Thread.CurrentThread.CurrentUICulture.IetfLanguageTag;
 
int intLCID = System.Threading.Thread.CurrentThread.CurrentUICulture.LCID;

No comments:

Post a Comment