* * 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:----T4OGSZM8aro5tCkroe3Pb8FZzwYaltC2yeyoVvl0NJzpG3v9sRLs0tiXkKNke2LkVWlNK5aX4EgL/EgUtOT8xw2cCgPOJSwD+1qzT8xeau+SFeqvOpvqhxM1pUHoT3Fh2OJj4gXuch+Lu5hWGEPeSG6KJvRasSeOU8mdyA7E3soFUlGhzte8AJczgm2na8qyeTqGXXr34haThYxAbSm+9CYKba5JZe1CYdGe+ZQ6Ky5HC8NoeVG7COwCTTPIB7O5HEJuPZH+4RUDZw14jQZXxdNW2+SO1504VASo2Rc5I3kA5/vkKyMRys8c13AV830b5wa8ATk0Y3GsGhtec1/06daKShXfruQ/K37p64NyWWOVK0E3T0a8Imkzp/AtcKBNQKOWBgsNVNbHjSN1wPyGOuWogZRbFsH+ju461TvKdAaYhrBQZ6/6B6O0YLe1oVDO1p9XEIdZhDIFos7vaiVlVQ/Zi5dc2JPBGVSrBdmPic4gZyAH1KZtnJciK4i23w67iE5lVVMCmI9i8Lh/h8qHIvq/yBia71urqpMgUUv5aZBkgSTtvp1Biefs14WTQzO5Nzne5mI1Jryd44gQbo0MNO47fxwiGWfgfOF27wMrzQQYAOMdz4jAdvLBTVkw8yvVHu5Wn47PjXxFTyGU2n9+wB1d7MwgyrpibHa+5TSrz/w=----ATTACHMENT:----NTE3NzYxNjUwMDk1MDQxMSA5MDA3NjIzODI0MDQxODg1IDE5MTU0ODAzMjg4ODQxOA==