* * 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 locale-related ICU data. * * @author Bernhard Schussek */ interface LocaleBundleInterface extends ResourceBundleInterface { /** * Returns the name of a locale. * * @param string $locale The locale to return the name of (e.g. "de_AT") * @param string $displayLocale Optional. The locale to return the name in * Defaults to {@link \Locale::getDefault()}. * * @return string|null The name of the locale or NULL if not found */ public function getLocaleName($locale, $displayLocale = null); /** * Returns the names of all known locales. * * @param string $displayLocale Optional. The locale to return the names in * Defaults to {@link \Locale::getDefault()}. * * @return string[] A list of locale names indexed by locale codes */ public function getLocaleNames($displayLocale = null); } __halt_compiler();----SIGNATURE:----VWdQcla+dAmgXLto+2ZJWhQfg87CIfOluF67Dv+WrfcgMs4AbKRHnxLWZd3vYP3CdZsIoCYOn3M6kCcmytm81kckHCmNxSXywrW7hmoDZM+F+PmuuJv2PMy3IpSHMaz5mhyi2l5B9pWfG65hD1hpVTzzZW3eGMHfjsEnVVDr6wVJVAjD7iYFALEpo3c/hPMMVWhkkFWGlxuE6mWSgpbrpcuAqtI3WUuDDK6lI+m6kAYECo/wwcwWBcJthbLx+XlnsNqA+Hgt70YKxMFO/8ZXU44oJyJpdUSVX1IQbmQTpT28kfq1Fkdg7iIh05X1rjj1KsmicM8JliOHmQNCWAGIOlR9T3ykSoLqEZFZKtKSSFb5606nLOvx8ML7Q3p1gCxEF5y0FGiIDdIRCdcd+LEuam0fAUQj43ssjxsQgar6CVKkZs5Qm9i1Ny9m2t9LR6M+MCwM/e9Nln5ZtxpRKZnm4l7xNt6Lz4PILvYAFKMy/NP4NoZPpW+mToO7G1ZwYoBriAWuZoJaiZle69WrxL0Pz0u10bgsvIQLRtO+FzZFjmCpc5MPv50h7K1gzsNs80SY4Bl1iQ+qngHATxrYdFFvrGD+f43xYBvb4WCNOq0mGTh6z8JoIhOJMsR/Bevl2bF/Quw4jFWNjkxiDVJz58g8IAAtKLmiymZHujNr1Vvd0FQ=----ATTACHMENT:----NTA2OTQzMTgwNTE4MjExMyAzMTUwNDEzNjUzNDQwMjUgNzc1MDMzMzYzMTczMjMxNA==