diff --git a/doc/domcount.xml b/doc/domcount.xml
index 6dd967d932f9eae40df70cf18077b1b8c21f9782..d1e0e2ac491f12669a2844ee6ee8579808e34c90 100644
--- a/doc/domcount.xml
+++ b/doc/domcount.xml
@@ -28,6 +28,7 @@ Options:
     -n          Enable namespace processing. Defaults to off.
     -s          Enable schema processing. Defaults to off.
     -f          Enable full schema constraint checking. Defaults to off.
+    -locale=ll_CC specify the locale, default: en_US 
     -?          Show this help.
 
   * = Default if not provided explicitly.
diff --git a/doc/sax2count.xml b/doc/sax2count.xml
index 076e249aa2f15e39e83525dc6912bcc6f8b65540..d406271cc917e3629a9186a65fbb89827c0086d3 100644
--- a/doc/sax2count.xml
+++ b/doc/sax2count.xml
@@ -30,6 +30,7 @@ Options:
                 NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES.
     -s          Disable schema processing. Defaults to on.
                 NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES.
+    -locale=ll_CC specify the locale, default: en_US 
     -?          Show this help.
 
   * = Default if not provided explicitly.
diff --git a/doc/saxcount.xml b/doc/saxcount.xml
index 8c09adeb08e4c88b88c816c30724117d86604e7f..b3eda718b3e28822a2244e000f604ab97d2c65ca 100644
--- a/doc/saxcount.xml
+++ b/doc/saxcount.xml
@@ -28,6 +28,7 @@ Options:
     -n          Enable namespace processing. Defaults to off.
     -s          Enable schema processing. Defaults to off.
     -f          Enable full schema constraint checking. Defaults to off.
+    -locale=ll_CC specify the locale, default: en_US 
     -?          Show this help.
 
   * = Default if not provided explicitly.