setCurrentLocale static method

void setCurrentLocale(
  1. String langCode
)

Set the current locale for TimeAgo formatting

Implementation

static void setCurrentLocale(String langCode) {
  _currentLangCode = langCode;
}