initialize method

void initialize()

Initializes the messages an tries to discover available locales and resources.

Implementation

void initialize() {
  autoDiscover();
}