Initialization Option Author API

label_bundle

Specifies overrides for the default English labels and text content shown in the authoring interface.

You would want to specify this option so that you can override the default English labels and allows you to internationalize the authoring interface. For example, renaming a button in the Activity list view or translating all interface text to Japanese.

For the full list of labels, see Author API Internationalization for more information.

Examples

var initializationOptions = {
    "config": {
        "label_bundle": {
            /* ... */
        }
    }
};

Values

Request object key config.label_bundle

Type object

This object has the following properties which can be configured.

Related articles

Was this article helpful?