Overload List

  NameDescription
Public methodStatic memberLoadCultureDropDownList(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

Public methodStatic memberLoadCultureDropDownList(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

Public methodStatic memberLoadCultureDropDownList(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

See Also