Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can i get all languages from Settings/Languages .
Best regards , Vlad.
This could help: http://www.nibble.be/?p=32
It's not help me that link . In that link you get the language from Root site but i want from Settings/Languages .
Or, use api call
Language.getAll()
which returns a Language[] array which you can iterate
Cheers,
/Dirk
I want from XLST to get languages . I must create an extension to call Language.getAll() ? or i have some function in xslt umbraco.
Best regards , Vlad .
you got that right, you need an xslt extension as this is not available through the standard umbraco extension lib.
Make sure to return languages as a XPathNodeIterator to be able to iterate using a for-each loop in xslt!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Language
How can i get all languages from Settings/Languages .
Best regards , Vlad.
This could help: http://www.nibble.be/?p=32
It's not help me that link . In that link you get the language from Root site but i want from Settings/Languages .
Or, use api call
which returns a Language[] array which you can iterate
Cheers,
/Dirk
I want from XLST to get languages . I must create an extension to call Language.getAll() ? or i have some function in xslt umbraco.
Best regards , Vlad .
you got that right, you need an xslt extension as this is not available through the standard umbraco extension lib.
Make sure to return languages as a XPathNodeIterator to be able to iterate using a for-each loop in xslt!
/Dirk
is working on a reply...