I want to translate the options of a select element in a form. Now I know how to translate form element labels from here: How to translate form labels in Zend Framework 2? (although I'm not using this method to do it) And I also know how to translate form messages from here: http://framework.zend.com/manual/2.0/en/modules/zend.validator.messages.html
But so far I don't know how to translate the options in them comboboxes. I wanted to get the translator from the service manager, but apparently you can't access the serviceLocator from a Form object. I also think that I could alter the options in the select element right before I print it in the template, but I don't know how.
So, I appreciate any help. Thanks