Is there a way to get current SharePoint localization (or culture like "en-US"), querying DB WSS_Content?
Re开发者_Go百科gards,
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
精彩评论