Author API Initialization
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
Attribute path config.label_bundle
Type object
Properties
-
dateTimeLocale string
Automatically localizes dates and times.
-
toolTipDateFormat string
The tooltip date format.
-
toolTipDateTimeSeparator string
Sets the separator between the date and time.
-
toolTipTimeFormat string
The tooltip time format.