public class BundleMessageSource extends Object implements Localizer.IMessageSource
| Constructor and Description |
|---|
BundleMessageSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage(String id,
Locale locale,
Object... args)
The first "."-delimited piece of the id is the bundle base with the remainder being the
message key.
|
public String getMessage(String id, Locale locale, Object... args)
getMessage in interface Localizer.IMessageSourceid - The message identifier.locale - The locale.args - Optional message arguments.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.