Changes between Version 2 and Version 3 of MapGuideRfc18
- Timestamp:
- 03/07/07 10:12:20 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc18
v2 v3 22 22 23 23 == Overview == 24 The MapGuide server currently uses the "C" locale when it starts which is not very useful for end users that are runningMapGuide in a non-English environment as this is a very restrictive locale.24 The !MapGuide server currently uses the "C" locale when it starts which is not very useful for end users that are running !MapGuide in a non-English environment as this is a very restrictive locale. 25 25 26 26 == Motivation == … … 46 46 == Implications == 47 47 48 The current server configuration property " DefaultLocale" will be renamed to reflect what the property really does. The proposed new name is "DefaultMessageLocale" because the property is only for the locale of messages returned to clients that have not specified their locale themselves. The format for this property will remain the same, ie: ISO639-1 name.48 The current server configuration property "!DefaultLocale" will be renamed to reflect what the property really does. The proposed new name is "!DefaultMessageLocale" because the property is only for the locale of messages returned to clients that have not specified their locale themselves. The format for this property will remain the same, ie: ISO639-1 name. 49 49 50 50 == Test Plan ==