Skip to content

LanguagesConfig

LanguagesConfig = object

Defined in: builder.ts:72

The capture config for video.languages(...). 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:76


optional languages?: readonly Lang[]

Defined in: builder.ts:73


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

Defined in: builder.ts:75


optional mode?: LocalizeMode

Defined in: builder.ts:74