isLanguageSupported() protected method
Returns a value indicating whether the requested language matches the supported language.
| protected boolean isLanguageSupported ( $requested, $supported ) | ||
|---|---|---|
| $requested | string |
The requested language code |
| $supported | string |
The supported language code |
| return | boolean |
Whether the requested language is supported |
Please login to continue.