Hi,
I would like to ask you guys if it's possible to have one single page which has the same information in french and in english but displays only what's in the right tag.
i.e
Can I create tags like that and if yes, how do I specify which one to display when calling the page. I want to create help pages for an application and I don't want to create 2 separate pages for each topic.
Thanks!
I would like to ask you guys if it's possible to have one single page which has the same information in french and in english but displays only what's in the right tag.
i.e
Code:
<french>
Bonjour
</french>
<english>
Hello
</english
Can I create tags like that and if yes, how do I specify which one to display when calling the page. I want to create help pages for an application and I don't want to create 2 separate pages for each topic.
Thanks!