Interface I18nFactoryService

All Known Implementing Classes:
I18nFactoryServiceImpl

public interface I18nFactoryService
Provides access to i18n objects
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the default application i18n.
    getI18n(com.atlassian.jira.user.ApplicationUser user)
    Get the i18n object for a given user.
    getI18n(Locale locale)
    Get the i18n object for a given locale
  • Method Details

    • getI18n

      I18n2 getI18n(com.atlassian.jira.user.ApplicationUser user)
      Get the i18n object for a given user.
      Parameters:
      user - the user to fetch the i18n object for
      Returns:
      the i18n object for the user locale or the default i18n object in case user is null
    • getI18n

      I18n2 getI18n(Locale locale)
      Get the i18n object for a given locale
      Parameters:
      locale - the locale to fetch for
      Returns:
      the i18n object for the locale or the default i18n object in case locale is null
    • getI18n

      I18n2 getI18n()
      Get the default application i18n. This i18n object will be implement