Hi @omgabear
We'll look at the issues you described.
As for the DataConnection - a workaround is to specify the language there could be something wrong with the way the languages defined in your system.
Can you check for the sql table/xml file related to the data type ISystemActiveLocale to see if one of the languages is marked as default?
Workaround - is to pass the language as a parameter:
We'll look at the issues you described.
As for the DataConnection - a workaround is to specify the language there could be something wrong with the way the languages defined in your system.
Can you check for the sql table/xml file related to the data type ISystemActiveLocale to see if one of the languages is marked as default?
Workaround - is to pass the language as a parameter:
using (var connection = new DataConnection(DataLocalizationFacade.DefaultLocalizationCulture))
{
var pages = connection.Get<IPage>();
..
}