Describes the UI related configuration of the player.

interface UIConfiguration {
    language?: string;
}

Properties

Properties

language?: string

The language which is used for localization.

Example

ui: {
language: 'es',
}