Translate select attribute option
Permalink
Hi All, I want to translate the option of a select page attribute with t() function. Here is my code (attached full version):
The code work well but I'm unable to translate each option of the select attribute using interface translation tool.
Any idea?
Thank you.
$selectedOptions = $c->getCollectionAttributeValue('dotazioni_cucina'); foreach ($selectedOptions as $opt) { echo $opt;
The code work well but I'm unable to translate each option of the select attribute using interface translation tool.
Any idea?
Thank you.