/** * */ private void SetLanguageOptions() { LanguageDropdown.options.Clear(); LanguageDropdown.AddOptions(LanguageUtils.GetLanguagesAsText()); }