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'.
Properties
Section titled “Properties”browserLocale?
Section titled “browserLocale?”
optionalbrowserLocale?:boolean
Defined in: builder.ts:76
languages?
Section titled “languages?”
optionallanguages?: readonlyLang[]
Defined in: builder.ts:73
locales?
Section titled “locales?”
optionallocales?:Partial<Record<Lang,string>>
Defined in: builder.ts:75
optionalmode?:LocalizeMode
Defined in: builder.ts:74