HI to all, ive succeeded implementing Translatbale over a SS3.0.3 installation. Works fine:
- i can create langauges
- i can create translations to these languages
- i can switch language back and forth.
QUESTION => How can i detect which language is displayed from templates? As if it was (know thats NOT it but you get the idea):
<% if lang = EN %>
My stuff in english
<% else %>
My stuff in other language
<% end_if %>
I see <% control Translations %> in my switch language code, is that the key?
OR is it by using _t ?
Thanks!