LocalisationListener Chooser dialog to customize application language.
Dialog is open in modal mode to avoid user interactions during customisation process.
Modifications can be process at runtime or at application restart
Using a SharedLocal object saved object.
Use enabledRuntimeSwapping property to define if runtime is enabled or not.
Localisation system is only available using Fever configuration system
Example
FvLocalisationChooser.enabledRuntimeSwapping = true;
FvLocalisationChooser.open();
static public enabledRuntimeSwapping:Boolean true.
static public function getInstance():FvLocalisationChooserReturns FvLocalisationChooser instance.
public function onLocalisationUpdate(event:LocalisationEvent):VoidDescription copied from LocalisationListener
Triggered when Localisation language change.
onLocalisationUpdate() in fever.app.local.LocalisationListener