Open johntiror opened 7 years ago
Add to User.php:
class User implements UserInterface { /** * @return string */ public function getLanguageCode() { } }
The function MUST return the IETF language tag of the user's language if available, null otherwise.
Note:
Viber supports user language too.
Quite a useful feature. @botman, there are some updates on this task?
Add to User.php:
The function MUST return the IETF language tag of the user's language if available, null otherwise.
Note: