For the complete documentation index, see llms.txt. This page is also available as Markdown.

language

Language of the SDK texts and its components.

Details

Attribute: language

Type: Language | string | object

Default value: undefined (Spanish by default at runtime)

Language

Member
Value
Description

es

es

Spanish.

en

en

English.

pt

pt

Portuguese.

Morphology

import { Language } from '@facephi/sdk-web-wc';

provider.language = Language.es;

Description

SDK text language. If not defined, facephi-sdk-provider it uses Spanish at runtime.

Considerations

It also supports string or object for advanced text customization. See the full information in the Customization section.


Example

Last updated