getLocale method

ILibLocale getLocale()

Return the locale that this mapper was constructed with.

Implementation

ILibLocale getLocale() {
  return locale;
}