<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [CreateWidgetOptions](./sdk.createwidgetoptions.md) &gt; [language](./sdk.createwidgetoptions.language.md)

## CreateWidgetOptions.language property

Language code such as "en" for English or "de" for German. Defaults to automatic language detection.

Usually you should not set this yourself and instead let the widget detect the language automatically.

**Signature:**

```typescript
language?: string;
```
