Package | Description |
---|---|
sirius.kernel.nls |
Native language support used by SIRIUS.
|
Modifier and Type | Method and Description |
---|---|
protected Translation |
Babelfish.get(String property,
String fallback,
boolean create)
Retrieves the Translation for the given property.
|
Modifier and Type | Method and Description |
---|---|
Stream<Translation> |
Babelfish.getEntriesStartingWith(String key)
Enumerates all translations which key starts with the given prefix
|
Stream<Translation> |
Babelfish.getTranslations(String filter)
Enumerates all translations matching the given filter.
|
Copyright © 2018. All rights reserved.