mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
correct language code, owncloud/core#8587
This commit is contained in:
@@ -62,7 +62,7 @@ Strings can then be translated in the following way:
|
||||
}
|
||||
|
||||
public function getLanguageCode() {
|
||||
return $this->trans->getLanguage();
|
||||
return $this->trans->getLanguageCode();
|
||||
}
|
||||
|
||||
public sayHello() {
|
||||
|
||||
Reference in New Issue
Block a user