Is there a way to query the storefront database to determine the current locale setting for a particular user?
Is there a way to query the storefront database to determine the current locale setting for a particular user?
Yep. Run this query against your DB:
Code:select localesetting, * from customer where CustomerID='customerid'