Available on php
The ResourceBundle class implements access to ICU resource data files.
ResourceBundle
See also:
https://www.php.net/manual/en/class.resourcebundle.php
@:value({ fallback : true })staticcreate(locale:Null<String>, bundle:Null<String>, fallback:Bool = true):Null<ResourceBundle>
staticgetLocales(bundle:String):EitherType<NativeIndexedArray<String>, Bool>
@:value({ fallback : true })new(locale:Null<String>, bundle:Null<String>, fallback:Bool = true)
count():Int
@:value({ fallback : true })get(index:EitherType<Int, String>, fallback:Bool = true):Dynamic
getErrorCode():Int
getErrorMessage():String