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)
BackingI18nFactoryI18nHelper for the passed parameters.create in interface BackingI18nFactorylocale - 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-2024 Atlassian. All Rights Reserved.