| Attributes |
| Name | Required | Request-time | Type | Description |
| availableLocales | false | true | java.util.Locale[] | Sets the available locales of translation languages to choose from. |
| defaultLanguageId | false | true | java.lang.String | Sets 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 | Identifies the component instance. |
| initialize | false | true | boolean | Sets 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 | Sets whether to make the translation manager read-only for the user. The default value is false. |