LanguageDropdown
Creates a language dropdown with no label.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: Unity.Localization.UI
- Assembly: UnityEngine.LocalizationRuntimeModule
LanguageDropdown()
Creates a language dropdown with no label.
public LanguageDropdown()
LanguageDropdown(string)
Creates a language dropdown with a label in front of it.
public LanguageDropdown(string label)
Parameters
The label to display in front of the dropdown.