ResourceBundle

class ResourceBundle {
String[String] map;
}

Constructors

this
this(in ImportData[] data)

First entry is the default entry if no maching locale is found

Meta