Changes between Version 1 and Version 2 of MapGuideRfc18
- Timestamp:
- 03/07/07 10:11:50 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc18
v1 v2 22 22 23 23 == Overview == 24 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 == 27 27 28 The reason for adding better localization support is for better support of end-users that are not using English. 28 29 29 30 == Proposed Solution == 30 31 32 Add a new server configuration property "Locale" that can be set to whatever locale the end-users wants. 33 If this new property is blank or does not exist in the serverconfig.ini file then the server will default to the system locale. 34 35 The following is the format used for the Locale property: 36 37 lang[_country_region[.code_page]] 38 39 Examples: 40 41 English 42 English_United States 43 English_United States.1252 44 French_France.1252 31 45 32 46 == Implications == 33 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. 34 49 35 50 == Test Plan == 36 51 52 Run unit tests on English and non-English locales. 37 53 38 54 == Funding/Resources ==