public interface ITranslationBundle extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String pKey) |
Set<String> |
getKeys()
The set of translations keys
|
Locale |
getLocale()
The translation locale Locale.ROOT for base bundle
|
String |
getValue(String pKey) |
Copyright © 2019. All rights reserved.