JBoss.orgCommunity Documentation
A question can support multilanguages, all other languages are stored as a child node of the question and can be add to the question via a mixin node type called mix:faqi18n. After the mixin node type mix:faqi18n is added to the question, the node type exo:questionLanguageHome can be added to the question node and this node type will contain all languages node with the node type exo:faqLanguage. All display properties of the question are defined in the node type exo:faqLanguage.
The node type exo:faqLanguage has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:language | String | false | The language of the question. |
exo:name | String | false | The name of the language. |
exo:title | String | false | The title of the question in the selected language. |
exo:questionId | String | false | The id of the question. |
exo:categoryId | String | false | The id of the category. |