Class JiraI18n

Object
JiraI18n
All Implemented Interfaces:
I18n

@Internal public class JiraI18n extends Object implements I18n
  • Constructor Details

    • JiraI18n

      public JiraI18n(I18nHelper helper)
  • Method Details

    • getText

      public String getText(String key, Object... parameters)
      Specified by:
      getText in interface I18n
    • getLocale

      public Locale getLocale()
      Specified by:
      getLocale in interface I18n
    • forCurrentUser

      public static I18n forCurrentUser()
    • create

      @NotNull public static I18n create(@Nullable Locale locale, @Nullable ApplicationUser user)