public interface TranslationConfig
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CATEGORY_LABEL
Name of the property on category nodes that contains the label.
|
static String |
PROPERTY_LANGUAGE_LABEL
Name of the property on language nodes that contains the label.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getCategories()
Returns a Map of the currently allowed content categories The default location for the categories is:
"/libs/granite/translation/resources/categories".
|
Map<String,String> |
getLanguages()
Returns a Map of the currently allowed language codes.
|
static final String PROPERTY_LANGUAGE_LABEL
static final String PROPERTY_CATEGORY_LABEL
Map<String,String> getLanguages() throws TranslationException
Map<String, String>
containing the list of allowed language codes and their respective labels
(in English) (<Language Code, Language Label>)
TranslationException
- the translation exceptionMap<String,String> getCategories() throws TranslationException
Map<String, String>
containing the list of allowed content categories and their respective
labels (in English) (<Content Category, Category Label>)
TranslationException
- the translation exception"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"