-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_controls_locale_regionselect.class
Daniel Spors edited this page Feb 14, 2023
·
3 revisions
Region selector.
Namespace: ScavixWDF\Controls\Locale
Extends: Select » Control » Renderable
INTERNAL Compares country names
Returns a list of option elements. Called via AJAX to dynamically update the control.
Definition: public function ListOptions($language)
Returns: AjaxResponse::Text Html string with options
Parameters:
-
string $language
Language code
Definition: public function __construct($current_language_code=false, $current_region_code=false)
Returns: NOT DOCUMENTED
Parameters:
-
mixed $current_language_code
Currently selected language -
CultureInfo|string $current_region_code
Currently selected region