forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
17
Kha/Tools/macos/std/flash/globalization/LocaleID.hx
Normal file
17
Kha/Tools/macos/std/flash/globalization/LocaleID.hx
Normal file
@ -0,0 +1,17 @@
|
||||
package flash.globalization;
|
||||
|
||||
@:require(flash10_1) extern final class LocaleID {
|
||||
@:flash.property var lastOperationStatus(get,never) : LastOperationStatus;
|
||||
@:flash.property var name(get,never) : String;
|
||||
function new(name : String) : Void;
|
||||
function getKeysAndValues() : flash.utils.Object;
|
||||
function getLanguage() : String;
|
||||
function getRegion() : String;
|
||||
function getScript() : String;
|
||||
function getVariant() : String;
|
||||
private function get_lastOperationStatus() : LastOperationStatus;
|
||||
private function get_name() : String;
|
||||
function isRightToLeft() : Bool;
|
||||
static final DEFAULT : String;
|
||||
static function determinePreferredLocales(want : flash.Vector<String>, have : flash.Vector<String>, ?keyword : String) : flash.Vector<String>;
|
||||
}
|
Reference in New Issue
Block a user