Changes between Version 6 and Version 7 of MapGuideRfc18
- Timestamp:
- 03/07/07 10:56:47 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc18
v6 v7 26 26 == Motivation == 27 27 28 The reason for adding better localization support is for better support of end-users that are not using English. 28 The reason for adding better localization support is for better support of end-users that are not using English. This will allow sorting and using of Upper/Lower string functions on non-English data. 29 29 30 30 == Proposed Solution == … … 44 44 French_France.1252 45 45 46 Please see developer documentation for the setlocale() API for more information on the locale examples. 47 48 46 49 == Implications == 47 50 48 51 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. 52 53 Backwards compatibility is partially maintained because if the user is already using "DefaultLocale" with a value of "en" for English messages the new "DefaultMessageLocale" has a value of "en" by default. However, if they have changed to some other value they will be affected. 49 54 50 55 == Test Plan ==