Public Constructors
public
NoopI18nFactory
()
Public Methods
Returns an I18nHelper
instance associated with the provided Locale
. Note that since JIRA 6.0
you can have an I18nHelper
injected directly into your class, and it will be specific to the
currently logged in user.
Parameters
locale
| the locale in play |
Returns an I18nHelper
instance associated with the provided User
's locale preference. Note
that since JIRA 6.0 you can have an I18nHelper
injected directly into your class, and it will be
specific to the currently logged in user.
Returns
- an
I18nHelper
instance associated with the provided User
's locale preference