[mapguide-commits] r1119 - trunk/MgDev/Common/MapGuideCommon/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 16 19:07:42 EST 2007


Author: brucedechant
Date: 2007-02-16 19:07:42 -0500 (Fri, 16 Feb 2007)
New Revision: 1119

Modified:
   trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp
   trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h
Log:
Update comments to correctly refer to ISO 639-1 instead of ISO 639-2.

Modified: trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp	2007-02-16 23:42:31 UTC (rev 1118)
+++ trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp	2007-02-17 00:07:42 UTC (rev 1119)
@@ -163,7 +163,7 @@
 ///////////////////////////////
 ///<summary>
 ///Sets the desired locale for the user.
-///Locale codes are 3 letters language codes defined by ISO 639-2. Please refer
+///Locale codes are 2 letters language codes defined by ISO 639-1. Please refer
 ///to  http://www.loc.gov/standards/iso639-2/
 ///</summary>
 void MgUserInformation::SetLocale(CREFSTRING locale)

Modified: trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h	2007-02-16 23:42:31 UTC (rev 1118)
+++ trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h	2007-02-17 00:07:42 UTC (rev 1119)
@@ -184,7 +184,7 @@
     ///////////////////////////////
     /// \brief
     /// Sets the desired locale for the user.
-    /// Locale codes are 3 letters language codes defined by ISO 639-2. Please refer
+    /// Locale codes are 2 letters language codes defined by ISO 639-1. Please refer
     /// to  http://www.loc.gov/standards/iso639-2/
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
@@ -210,7 +210,7 @@
     ///////////////////////////////
     /// \brief
     /// Retrieves the locale for the user.
-    /// Locale codes are 3 letters language codes defined by ISO 639-2. Please refer
+    /// Locale codes are 2 letters language codes defined by ISO 639-1. Please refer
     /// to  http://www.loc.gov/standards/iso639-2/
     ///
     /// Locale will only be available if SetLocale has been called on the user information



More information about the mapguide-commits mailing list