Resource localization
This is a closed discussion with 1 reply, filed under XSLT.
Search
This thread can be closed because it is a duplicate of http://getsymphony.com/discuss/thread/71977/1/
Create an account or sign in to comment.
This is a closed discussion with 1 reply, filed under XSLT.
This thread can be closed because it is a duplicate of http://getsymphony.com/discuss/thread/71977/1/
Create an account or sign in to comment.
Quick Links
Symphony • Open Source XSLT CMS
--with-xsl
)
Is there an extension or discussion on how to deal with multilingual string resources (mostly a single word, or a small sentence)?
Just to clearify: i'm not looking for multilingual sections or fields. In my XSLT, I want to be able to have a form in which "Username" is "Gebruikersnaam" in case a Dutch visitor comes by.
There is a pretty nifty multilingual support in the backend, but is there also something available in the front-end / XSLT? My current solution is to have a Section call "Resources" in which I have a languageCode field. For each language I add the same string with a different code and resolve this in my XSLT based on a parameter.