Skip to content

LanguagesConfig

LanguagesConfig = object

Defined in: builder.ts:75

The capture config for video.languages(...). The web app owns the set (and may edit these fields later); code supplies the starting values. languages may be omitted to infer the set from the per-feature keys (e.g. narration({ en, fi })), the usual pairing with mode: 'shared'.

optional browserLocale?: boolean

Defined in: builder.ts:79


optional languages?: readonly Lang[]

Defined in: builder.ts:76


optional locales?: Partial<Record<Lang, string>>

Defined in: builder.ts:78


optional mode?: LocalizeMode

Defined in: builder.ts:77