
cdict:get-languages() as xs:string*
Return the ISO language codes for all licensed languages.
custom-dictionary-user role
or the following privileges:
http://marklogic.com/xdmp/privileges/custom-dictionary-user
zh_Hant variant.
xquery version "1.0-ml";
import module namespace cdict = "http://marklogic.com/xdmp/custom-dictionary"
at "/MarkLogic/custom-dictionary.xqy";
cdict:get-languages()
(: Returns a list of language codes such as the following:
: ("en", "ja", "zh", "zh_Hant") :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.