setCatalog method

void setCatalog(
  1. String locale,
  2. Catalog catalog
)

Load ready to use catalog for the locale

Implementation

void setCatalog(String locale, Catalog catalog) {
  catalogs[locale] = catalog;
}