LocaleInfo Objects

This interface defines locale-sensitive information associated with a Session.

l.getLocale() : Locale

Returns the locale associated with this locale information object.

l.getLocalizedProcessorDescription(nodeType) : string

nodeType (string) : the node type

Returns a locale-sensitive string describing the supplied node type name or None if a description cannot be found.

l.getLocalizedProcessorName(nodeType) : string

nodeType (string) : the node type name

Returns a locale-sensitive string representing the supplied node type name or None if a name cannot be found.