I am trying to order an entity form field witch is translated.
I am using the symfony translation tool, so i can\'t order values with a SQL statement. Is there a way
I think it's impossible. You need to use PHP sorting, but if you use Symfony Form Type, I would advise to sort it with JavaScript after page is loaded.
PHP
JavaScript