As to the data connection class, you can specify both localization and publication scope to make your query more specific:
using (DataConnection connection = new DataConnection(PublicationScope.Published, new CultureInfo("en-US")))
{
//...
}
Please see: http://api.composite.net/?topic=html/M_Composite_Data_DataConnection__ctor_2.htm