Author: mrglavas
Date: Sun Nov 30 21:30:33 2008
New Revision: 721966

URL: http://svn.apache.org/viewvc?rev=721966&view=rev
Log:
Adding documentation for the "http://apache.org/xml/properties/locale"; property.

Modified:
    xerces/java/trunk/docs/properties.xml

Modified: xerces/java/trunk/docs/properties.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/properties.xml?rev=721966&r1=721965&r2=721966&view=diff
==============================================================================
--- xerces/java/trunk/docs/properties.xml (original)
+++ xerces/java/trunk/docs/properties.xml Sun Nov 30 21:30:33 2008
@@ -165,6 +165,23 @@
     buffer.
    </note>
   </property>
+  <property name='http://apache.org/xml/properties/locale'
+            id='locale'>
+   <desc>
+    The locale to use for reporting errors and warnings. When the 
+    value of this property is not set the platform default returned 
+    from java.util.Locale.getDefault() will be used.
+   </desc>
+   <type>java.util.Locale</type>
+   <access general='read-write'/>
+   <since value='&ParserName; 2.10.0'/>
+   <note>
+    If no messages are available for the specified locale the
+    platform default will be used. If the platform default is
+    not English and no messages are available for this locale
+    then messages will be reported in English.
+   </note>
+  </property>
   <property name='http://apache.org/xml/properties/security-manager'
             id='security-manager'>
    <desc>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to