src/hbcore/i18n/hblanguageutil.cpp
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 3 11d3954df52a
--- a/src/hbcore/i18n/hblanguageutil.cpp	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/i18n/hblanguageutil.cpp	Fri May 14 16:09:54 2010 +0300
@@ -62,7 +62,7 @@
 /*!
     \brief Returns identifiers and localized names of all known languages.
       
-    \return Localized names and integer identifiers of languages supported in a device  
+    \return localized names and integer identifiers of languages supported in a device  
 */
 QHash<int, QString> readLanguageList()
 {
@@ -107,6 +107,7 @@
     \brief Changes the system UI language.
       
     \param language identifier of the language  
+    \return true if operation was successful
 */
 bool setLocale( int language )
 {
@@ -134,7 +135,7 @@
     Language ID's returned by this functions may be used as language parameter for changeLanguage(int language) function.
     Language IDs and names are OS specific and may vary across the platforms and releases.
      
-    \return Localized names and integer identifiers of languages supported in a device  
+    \return localized names and integer identifiers of languages supported in a device  
 */
 QHash<int, QString> HbLanguageUtil::supportedLanguages()
 {
@@ -181,7 +182,7 @@
     Language ID's returned by this functions may be used as language parameter for changeLanguage(int language) function.
     Language IDs and names are OS specific and may vary across the platforms and releases.
      
-    \return Localized names and integer identifiers of known languages 
+    \return localized names and integer identifiers of known languages 
 */
 QHash<int, QString> HbLanguageUtil::allLanguages()
 {
@@ -259,7 +260,7 @@
 }
 
 /*!
-    \brief Returns ID of current language. Localized name 
+    \brief Returns ID of current language. 
   
     \return identifier of current system language
 */