Hi,
I wonder if it is possible to have a multi language post in the blog I am starting.
I have 2 groups of people that might read my posts, one in Portuguese and the other one in English. I wish I could create one post using both languages, having a kind of language tag as for example:
</p>
<p><div lang="en" xml:lang="en"><br />
English post here!<br />
</div><br />
<div lang="pt_BR" xml:lang="pt_BR"><br />
"Post" em português aqui!<br />
</div> </p>
<p>
So, if the blog has an English audience, the English post is shown.
If it is an Portuguese audience, the Portuguese post is shown.
For any other language speaking audiences, English should be default...
Is it somehow possible?
Thanks a lot!