public interface Localized
Defined in the sis-utility module
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
Returns the locale of the implemented service.
|
Locale getLocale()
null if no locale is explicitly defined. The meaning of null locale is
implementation-dependent, but typical interpretations are:
Locale.ROOT for an "unlocalized" service. For example the
service may format numbers using Double.toString(double) instead than
NumberFormat.null if not explicitly defined.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.