public interface BackingI18nFactory
Modifier and Type | Method and Description |
---|---|
I18nHelper |
create(Locale locale,
Iterable<? extends TranslationTransform> translationTransforms)
Create an
I18nHelper for the passed parameters. |
I18nHelper create(Locale locale, Iterable<? extends TranslationTransform> translationTransforms)
I18nHelper
for the passed parameters.locale
- the locale for the returned I18nHelper
.translationTransforms
- the transforms that should be applied by the returned helper during translation.I18nHelper
for the passed Locale
.Copyright © 2002-2022 Atlassian. All Rights Reserved.