Package | Description |
---|---|
com.edorasware.cloud.core.service.frontendobject | |
com.edorasware.one.i18n |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<com.google.common.collect.ImmutableList<Language>> |
ModelerDashboardRestService.getAppLanguages(String id) |
Modifier and Type | Method and Description |
---|---|
static Language |
Language.createWithCode(String code)
Create a language instance by code.
|
static Language |
Language.createWithCodeAndName(String code,
String name)
Create a language instance by code and name.
|
Language |
LanguageManager.getLanguageByCodeWithCurrentUserLocale(String languageCode)
Returns the language with the name in the current user locale specified by the language code.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSortedSet<Language> |
LanguageService.getLanguages()
Returns the languages with the names in the default locale (
Locale.getDefault() ). |
com.google.common.collect.ImmutableSortedSet<Language> |
LanguageService.getLanguages(Locale displayLocale)
Returns the languages in the specified display locale.
|
com.google.common.collect.ImmutableSet<Language> |
LanguageManager.getLanguagesByNamePrefixWithCurrentUserLocale(String namePrefix)
Returns the languages with the names in the current user locale filtered by the
namePrefix . |
com.google.common.collect.ImmutableSet<Language> |
LanguageManager.getLanguagesWithCurrentUserLocale()
Returns the languages with the names in the current user locale.
|
Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.