String getTranslation(
$key, [
$fallback = null]
)
|
|
Gets the Translation fo the given key.
If this is not found or the Bundle is null, it returns fallback.
Parameters:
API Tags:
| Return: | the Translation or fallback |
boolean loadBundle(
$name
)
|
|
Loads the given ResourceBundle for this Portlet.
Parameters:
API Tags:
| Return: | whether the Bundle could be loaded or not |