public class CrowdI18nResolver
extends com.atlassian.sal.core.message.AbstractI18nResolver
Constructor and Description |
---|
CrowdI18nResolver(I18nHelper helper,
I18nHelperConfiguration i18nHelperConfiguration) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllTranslationsForPrefix(String prefix) |
Map<String,String> |
getAllTranslationsForPrefix(String prefix,
Locale locale) |
String |
getRawText(Locale locale,
String key) |
String |
getRawText(String key) |
String |
resolveText(Locale locale,
String key,
Serializable... arguments) |
String |
resolveText(String key,
Serializable[] arguments) |
public CrowdI18nResolver(I18nHelper helper, I18nHelperConfiguration i18nHelperConfiguration)
public String resolveText(String key, Serializable[] arguments)
resolveText
in class com.atlassian.sal.core.message.AbstractI18nResolver
public String resolveText(Locale locale, String key, Serializable... arguments)
resolveText
in class com.atlassian.sal.core.message.AbstractI18nResolver
public Map<String,String> getAllTranslationsForPrefix(String prefix, Locale locale)
Copyright © 2021 Atlassian. All rights reserved.