public interface ResourceBundle extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
The locale of the ResourceBundle.
|
Map<String,Serializable> |
getResources()
The resources of the resource bundle.
|
Locale getLocale()
Please note that the locale might be different from the requested one.
Map<String,Serializable> getResources()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.