public interface Localized
Defined in the sis-utility
module
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.CompoundFormat.getLocale()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.