* * 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:----swIbMarZF5C9rWoG/tUfvX1ziNASfJDeOFbTFI/+gWD1uw2JziWbTXQwI3aLvG6R6JSmInJr8g2QUgKqustzMqyLqDDsXXyH1cey//JXwJCXEl79+xUAOcQOOkzusCj9HA3GO6MObvwwakNjBOsK0Z/Yi6ccIsYQY3PEsUt9EndCqmWc6dsFxUq9nShayNc30RfUFTaZ7bIT8QTQ2g/EiMTR3MwfZYhhvY5EwCdljCKo/fWb8zuE1ienRj97OtToyg1HLDnGjIwMiLaSWIyq4zF3ONg2F1E79qf6PHfioCUgrewVVunKOZjWPcjzuY+o20+8wEqCuiTHjxoB/CqQxaLVdcEomgsj/lCwT9I5hpTNOcURbU7TWjCLtBuCM4t6UocSirzPBu1fzikBE8xgKM9kHpKCyRNouw+whrPevUSyKvXGe1WWG8vFOd1K52Ijl83rAZ9gJmYbxx7BvxlnB71rkrN+7g3cCMi5B2CFgvImSCihGc8ztYF/j1YPOOz6oGJelIDrn+QxEZeH95KSxUN9e9GSKpMV3SiMr8VVK9hMjqkEK/cZbDqhJBDwLLJ4gmrRN5AuQdej49lNWGsEuydzkXEtOECAaeMIFc82Y13TBjRB0iVB656rzP3+Cv08prCTD6zXu4Ct+aG1S+Hc1GcvtAc4CCQ3iMNwa1WHx7Y=----ATTACHMENT:----MTc4Njc1MDY1MzY3ODA5MCA3NzY0ODYxNzkwMzQzODQ0IDMzMTM2OTU2NDM1NDg5NzQ=