]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/User.php
Merge pull request #13390 from annando/channel
[friendica.git] / src / Model / User.php
index 774549d0a0d0a35f476e4f67b62a4972f1d19f3a..d6dfa3525361800e5174fdd40a44c139b2b35e22 100644 (file)
@@ -537,7 +537,7 @@ class User
  * Fetch the language code from the given user. If the code is invalid, return the system language
  *
  * @param integer $uid   User-Id
- * @param boolean $short If true, return the short form g.g. "en", otherwise the long form e.g. "en_UK"
+ * @param boolean $short If true, return the short form g.g. "en", otherwise the long form e.g. "en-gb"
  * @return string
  */
        public static function getLanguageCode(int $uid, bool $short): string