Also forgot mentioning I know you can bring values into the template by the Page ID the select field is related :
e.g.
types_render_field(“food-category”, array(“post_id” => $result->page_post_id, “raw” => “true”));
or
types_render_field(“food-category”, array(“post_id” => $result->page_post_id, “html” => “true”));
This will bring the VALUE translated depending of the “ICL_LANGUAGE_CODE” value (in this case de)
but again can’t get the options translations themselves… please help.