* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Intl\ResourceBundle; /** * Gives access to language-related ICU data. * * @author Bernhard Schussek */ interface LanguageBundleInterface extends ResourceBundleInterface { /** * Returns the name of a language. * * @param string $language A language code (e.g. "en") * @param string|null $region Optional. A region code (e.g. "US") * @param string $displayLocale Optional. The locale to return the name in * Defaults to {@link \Locale::getDefault()}. * * @return string|null The name of the language or NULL if not found */ public function getLanguageName($language, $region = null, $displayLocale = null); /** * Returns the names of all known languages. * * @param string $displayLocale Optional. The locale to return the names in * Defaults to {@link \Locale::getDefault()}. * * @return string[] A list of language names indexed by language codes */ public function getLanguageNames($displayLocale = null); /** * Returns the name of a script. * * @param string $script A script code (e.g. "Hans") * @param string $language Optional. A language code (e.g. "zh") * @param string $displayLocale Optional. The locale to return the name in * Defaults to {@link \Locale::getDefault()}. * * @return string|null The name of the script or NULL if not found */ public function getScriptName($script, $language = null, $displayLocale = null); /** * Returns the names of all known scripts. * * @param string $displayLocale Optional. The locale to return the names in * Defaults to {@link \Locale::getDefault()}. * * @return string[] A list of script names indexed by script codes */ public function getScriptNames($displayLocale = null); } __halt_compiler();----SIGNATURE:----mAcPcxkT6fNIthb68VayebpUF7tmAs4ZY+dM4EFJBMQRxyqeSv7gRQwBtxvrEwT9zPxZSNO9PVEn58+wKmerkXQxzeyqZ03ygc0/Ov9pdr4Ot7XQeGjoJ6tvl8dOvMCm3Q4N4otaz1jYFM7u0HvLDFcs/xgw6V2nWliQ7OLtIUMa5vtRpDtcQ2kLD0lqFxhiCsZ37l0JvBykr6mI3/1JtQAKgkQkZ8CcCavZcmZHLYS+x4Ov2/4xs13Z4iH278VNjkajQ8FjQ7edtzYpYOJ6W86GlH+Ziel/3/JnfTBjYxZrhbSsbxA7L70LDnuxU32ZyzhfasadDVTtvHpcO1iGUofX4Iee3nJAm/7q8V13k8g5YK9xMqSrdlbnHSZkSFp0GO+3/qwjVnCYHfxsfZR70ezXGhN3ls/aTr6hlBB9JFcQZKI5BR11sL7t9UsVyhWbb8+jSkxA6dKpGFGqxIAcWX2yCRP8IHOt8bDQU6zxpKs1X5UMHsJNuq7ab1NwH8yn/rEi/5tSN4hBLCDr3ax4hzyqMO1iKXY0dzXXg9VhP1Amp5Q1xsa7QuURwkQFzDeCNNaNf4cPXBdJMpZqcqI1HBE6hL6UwYeV7eyF5trEFBC4BxuY/juF150dKSdlfQ0dPndbCFLIgvhnMF5N6Uz7/oZ21pGgSfIC+vDEAqprhu8=----ATTACHMENT:----Mzg4NTcwNzM2NzY3OTczMCA1ODkzNzIxMTczMDAwNjYxIDU5ODUzOTA3ODQ2NTI4MzE=