A generic translations catalog factory that will load translations files based on the file extension and the catalog name. This class is a callable, so it can be used as a catalog loader argument.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string translationFile(string[] folders, string fileName, string fileExtension) | ||||
DMessageCatalog | DMessageCatalog catalog() | ||||
this(string | this(string domainName, string localToLoad, string fileExtension = "po") | ||||
bool | bool initialize(Json[string] initData = null) | ||||
string[] | string[] translationsFolders() | ||||
this() | this() |