Attributes |
Name | Required | Request-time | Type | Description |
availableLocales | false | true | java.util.Locale[] | Available locales of translation languages from which to choose. |
changeableDefaultLanguage | false | true | boolean | Whether to make the translation manager default language changeable. The default value is true . |
defaultLanguageId | false | true | java.lang.String | The language ID to which the translation manager defaults when no other translations are available in the user's language. |
editingLanguageId | false | true | java.lang.String | No Description |
id | false | true | java.lang.String | An ID for the component instance. |
initialize | false | true | boolean | Whether to activate the translation manager. The default value is true . If this is set to false , the translation manager will not work entirely. |
readOnly | false | true | boolean | Whether to make the translation manager read-only for the user. The default value is false . |