In a dialog of my multilingual AI project I have a hyperlink pointing to an URL (my website).
My website is also a multilingual website (Dutch - English - French): http://www.mysite.be (= Dutch), http://www.mysite.be/en (= English), http://www.mysite.be/fr (= French).
What I want to achieve is the following: the URL the hyperlink is pointing to, should be different depending on the language of the installation, i.e.
- http://www.mysite.be if the installation language is Dutch
- http://www.mysite.be/en if the installation language is English
- http://www.mysite.be/fr if the installation language is French.
I've searched the AI help but couldn't find the way to realize this.
Is it possible after all and how to achieve this?