The Derby docs would be clearer if we replaced our jargon term "territory" with
the term "locale" which is used commonly across the Java ecosystem.
---------------------------------------------------------------------------------------------------------------------------------------------------
Key: DERBY-4628
URL: https://issues.apache.org/jira/browse/DERBY-4628
Project: Derby
Issue Type: Improvement
Components: Documentation
Affects Versions: 10.6.0.0
Reporter: Rick Hillegas
When talking about locales, the Derby user guides employ a piece of jargon
which Java programmers do not commonly use. The user guides speak about
"territories" instead of "locales". Here, for instance, is a puzzling sentence
from the section on the territory attribute in the Derby Reference Guide:
"When creating or upgrading a database, use this attribute to associate a
non-default territory with the database."
What, a Java developer might ask, is a territory? Reading more material from
that page, it may become apparent that a territory is nothing more or less than
what the JDK's javadoc calls a locale. The possible values for the territory
attribute are nothing more or less than the names of locales supported by the
VM. Our discussion of language-sensitive issues would be clearer if we used the
common term rather than our private jargon.
This jargon is used across the user guides. Correcting it would be a systemic
change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.