---
id: sdk.createwidgetoptions.language
title: CreateWidgetOptions.language
hide_title: true
sidebar_class_name: sidebar-hidden
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[@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;
```