I'ld like to order my records. I've already set the default ordering in the repository class:
protected $defaultOrderings = array(
'title'=> Tx_Extbase_Persistence_QueryInterface::ORDER_ASCENDING
);
But when creating a translation of a record with a different title, the output is still ordered by the titles of the default language. Is there a way to fix this?