views:

6

answers:

2

Hello all,

Is there a way to get current SharePoint localization (or culture like "en-US"), querying DB WSS_Content?

Regards,

A: 

Use the SharePoint object model through powershell), to get the current locale for a site. Never use the sharepoint databases directly.

Colin
A: 

Using the OM you can use SPWeb.RegionalSettings to get an SPRegionalSettings object

Ryan