# LanguageDropdown

> Creates a language dropdown with no label.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.Localization.UI](/engine/6000.7/script-reference/unity/localization/ui.md)
* **Assembly:** UnityEngine.LocalizationRuntimeModule

## LanguageDropdown()

Creates a language dropdown with no label.

```csharp
public LanguageDropdown()
```

## LanguageDropdown(string)

Creates a language dropdown with a label in front of it.

```csharp
public LanguageDropdown(string label)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The label to display in front of the dropdown.
