public class BackingI18nFactoryImpl extends Object implements BackingI18nFactory
Constructor and Description |
---|
BackingI18nFactoryImpl(TranslationStoreFactory storeFactory,
I18NResourceBundleLoader resourceLoader,
I18nTranslationMode translationMode) |
Modifier and Type | Method and Description |
---|---|
BackingI18n |
create(Locale locale,
Iterable<? extends TranslationTransform> translationTransforms)
Create an
I18nHelper for the passed parameters. |
public BackingI18nFactoryImpl(TranslationStoreFactory storeFactory, I18NResourceBundleLoader resourceLoader, I18nTranslationMode translationMode)
public BackingI18n create(Locale locale, Iterable<? extends TranslationTransform> translationTransforms)
BackingI18nFactory
I18nHelper
for the passed parameters.create
in interface BackingI18nFactory
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.