Translate ox
Posted: Fri Mar 18, 2016 11:04 am
It feels I have asked the question before, but I could not remember/find the answer:
This works:
This does not work:
How can I translate the label of a oxy_buttonGroup?
Thanks
This works:
Code: Select all
oxy_label(text, "${i18n(my.string)}", width, 150px, text-align, left)
Code: Select all
oxy_buttonGroup(label, '${i18n(my.string)}')

Thanks