reloadTranslations method

void reloadTranslations()

Reloads all translations for the current context.

This function triggers a reload of all translations within the current locale context using the localization manager (locManager).

Implementation

void reloadTranslations() {
  // Reloads all translations using the localization manager for the current context.
  locManager.reLoadTranslations(this);
}