localization property
set
localization
(String? value)
Sets the localization property. This allows selecting the language in which the player and IMA will operate.
Implementation
set localization(String? value) {
_localization = value;
}