Overload List
Name | Description | |
---|---|---|
![]() ![]() | LoadCultureDropDownList(DropDownList, CultureDropDownTypes, String) | LoadCultureDropDownList loads a DropDownList with the list of supported cultures based on the languages defined in the supported locales file, for the current portal |
![]() ![]() | LoadCultureDropDownList(DropDownList, CultureDropDownTypes, String, Boolean) | LoadCultureDropDownList loads a DropDownList with the list of supported cultures based on the languages defined in the supported locales file. This overload allows us to display all installed languages. To do so, pass the value True to the Host parameter |
![]() ![]() | LoadCultureDropDownList(DropDownList, CultureDropDownTypes, String, String, Boolean) | LoadCultureDropDownList loads a DropDownList with the list of supported cultures based on the languages defined in the supported locales file This overload allows us to filter a language from the dropdown. To do so pass a language code to the Filter parameter This overload allows us to display all installed languages. To do so, pass the value True to the Host parameter |