Hello all,
Is there a way to get current SharePoint localization (or culture like "en-US"), querying DB WSS_Content?
Regards,
Hello all,
Is there a way to get current SharePoint localization (or culture like "en-US"), querying DB WSS_Content?
Regards,
Use the SharePoint object model through powershell), to get the current locale for a site. Never use the sharepoint databases directly.
Using the OM you can use SPWeb.RegionalSettings to get an SPRegionalSettings object