Interface I18nFactory

All Known Implementing Classes:
JiraI18nFactory, MockI18nFactory

public interface I18nFactory
Creates and caches an I18nResolver for a given locale.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Locale locale)
    Returns an I18nResolver for the given locale.
  • Method Details

    • get

      I18nResolver get(Locale locale)
      Returns an I18nResolver for the given locale. Implementations should cache the resolver per locale.
      Parameters:
      locale - The locale of the user
      Returns:
      An I18nResolver for the given Locale.