Change system locale
-
Hi all, Is there any API to change the system locale ? I need to write a C# application which takes LCID as input, and based on the LCID it should change the system locale. Thanks Mahesh
-
Hi all, Is there any API to change the system locale ? I need to write a C# application which takes LCID as input, and based on the LCID it should change the system locale. Thanks Mahesh
-
Hi all, Is there any API to change the system locale ? I need to write a C# application which takes LCID as input, and based on the LCID it should change the system locale. Thanks Mahesh
SharePoint provides options to create sites with different types of locales available out of the box. Suppose we have a SharePoint site built using the English locale and we want to change the existing site to some other locale then this can be achieved using the following piece of code. Changing the locale of the site helps display the date and number formats with their respective decimal and group separators. http://www.mindfiresolutions.com/Changing-SharePoint-site-locale-programmatically-834.php[^]
Cheers, Eliza