Feature #272 - A comment has been updated in the internationalization library.

skala
Ivan Tcholakov 16 years ago
parent 42654be7aa
commit a5d9abff6b
  1. 4
      main/inc/lib/internationalization.lib.php

@ -342,7 +342,9 @@ function api_get_text_direction($language = null) {
}
/**
* This function check whether a given language can use Latin 1 encoding.
* This function checks whether a given language can use Latin 1 encoding.
* In the past (Chamilo 1.8.6.2), the function was used in the installation script only once.
* It is not clear whether this function would be use useful for something else in the future.
* @param string $language The checked language.
* @return bool TRUE if the given language can use Latin 1 encoding (ISO-8859-15, ISO-8859-1, WINDOWS-1252, ...), FALSE otherwise.
*/

Loading…
Cancel
Save