> > The above method makes it look like CM is providing ways to make a
> > "patchwork" of messages in several languages at the discretion of the
> > component builders.
>
> More precisely it allows to choose the display language at run time and even
> to change it at run time.
> It is the explici
- "Gilles Sadowski" a écrit :
> Hi.
>
> This method:
> ---CUT---
> public String getMessage(final Locale locale) {
> // ...
> }
> ---CUT---
> was added in "MathIllegalArgumentException".
> I don't like it because it extends the Java standard interface for
> getting
> localized messa
Hi.
This method:
---CUT---
public String getMessage(final Locale locale) {
// ...
}
---CUT---
was added in "MathIllegalArgumentException".
I don't like it because it extends the Java standard interface for getting
localized message strings. One should use the standard
getLocalizedMessage