I would like to add a html block to the home page which switches language according to chosen site language.
Is there a way to achieve this ?
I would like to add a html block to the home page which switches language according to chosen site language.
Is there a way to achieve this ? |
add content in a language key.
add a php block with
echo _t('_name_of_my_key');
it might work :p so much to do.... |
Thanks Prashank, I will try this. |
It works ! :-) |