intradoc.common
Class IdcLocaleInternalStrings
java.lang.Object
|
+--intradoc.common.IdcLocaleInternalStrings
- public class IdcLocaleInternalStrings
- extends java.lang.Object
Contains strings already localized to a particular locale and used to either
help in formatting or parsing objects (such as dates) or to report on errors
when parsing (example might be to know the localized name for "timezone" --
however this is not implemented yet). It can also be used to report on internal
objects (such as localizations of the words "object", "string", etc.).
All strings in this object are OPTIONAL. Users of this object must reduce
their capabilities appropriately if a particular string is missing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_shortMonthNames
public java.lang.String[] m_shortMonthNames
m_longMonthNames
public java.lang.String[] m_longMonthNames
m_shortWeekNames
public java.lang.String[] m_shortWeekNames
m_longWeekNames
public java.lang.String[] m_longWeekNames
IdcLocaleInternalStrings
public IdcLocaleInternalStrings()
(c) 1996-2005 All rights reserved. Stellent, Inc. |