* * 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:----k8cjSqqT8+QVwxKOQzPODLL4TtV49yfoCGOYoy/KC6Pgck/O8hObwIDpS4+xat3cMIK07xjAqr6O8YKxJnCH15CuRzH1P+GQlaD/CdU6ivVQ8UsL+J4eghLz2oas/exBabm522CM0AeXgJVvSLgomohdHn8ibEZkAuQGGtBzhjBmLAr+ZARsgZBoY3cwrU4mxXerIrIZE3iX/6L2akUFrpBXa4HJhG5p6ZBaa+n3UvLZcQUNUp9jksDz9WomA90r8/Xg2+SA4sbejCvjhzBpuHDBY1gFx/7jp6vnb90wTjFIi7+70h7bJxY2Pq6/b6SuA+p9FDtNzQlNme3xY5GU6xDNK49QQ/A8MK8sBus8kuzWm3krYPVklTEQ+xJ5m7X+YjOAc+6F+DMoDDLQ+XnTohyVRe9xSCgnmXgeh8jLJNp/xs+u7h1EaydF95Mh+hvhUHcwnbedSKguDLFfOl5zqbIv/Ntl3ScR/Xq1lVOeKOLSw0n8zWTKXVtkHGjsDCP0CQ8U/DrVreiUc08Z35j2GDXUlxHRHCNSodOPOsZTZkBwdBKr8SmaOuwvpYYDh4VNCSNjyA9MjgvdzOKJAhvYkuRytuj8DANPdNom89GN/Hq8CLhsn002uIRiK/IQOcZPNGJ5mmg7kG6uuRPnPLLEt4qWA21x6apUE7HC5cjPwzQ=----ATTACHMENT:----OTc2NTA0MDQ4ODcyMjc5NSAyNzQxNDc1MzA1NzQ2OTk5IDQyMDY4NDY5Nzc0MDAyNA==