Changes between Version 1 and Version 2 of MapGuideRfc18


Ignore:
Timestamp:
Mar 7, 2007, 10:11:50 AM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc18

    v1 v2  
    2222 
    2323== Overview ==
    24 
     24The 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.
    2525
    2626== Motivation ==
    2727
     28The reason for adding better localization support is for better support of end-users that are not using English.
    2829
    2930== Proposed Solution ==
    3031
     32Add a new server configuration property "Locale" that can be set to whatever locale the end-users wants.
     33If this new property is blank or does not exist in the serverconfig.ini file then the server will default to the system locale.
     34
     35The following is the format used for the Locale property:
     36
     37lang[_country_region[.code_page]]
     38
     39Examples:
     40
     41English
     42English_United States
     43English_United States.1252
     44French_France.1252
    3145
    3246== Implications ==
    3347
     48The 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.
    3449
    3550== Test Plan ==
    3651
     52Run unit tests on English and non-English locales.
    3753
    3854== Funding/Resources ==