* * 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:----hZ7Q9VM2ySmSO/ERjVovnWHGMROazQJo0rWx5UbijqKBgPhgLBOGkU/VMNVLSCksfreBKh7/qWDrqRQ/hFZhI7LTnHQAAaPpEosweZ+poRvCJVuSTkuhI4TRUUDdI4JL+OBAaLbPFRS2oGe7Us5Dt1aXJxDIv9q9ZJdpSQgOZmGALLTt5NCxnr3I1JPdjiessRIN8LKeaJruJHguux0r74764T5FNkrce7uEhyPUer8GJZA9iYY2RDhjX96pZDTW7a5ss2nWj3o4vfjUu+XgHOFgRIX6RJnjTO/fqKwOENv0wRdmYcIA86XL4dpWvicUUu5zOABMNzboSn009G4hSwS0yGdz9m2cUoi0oyiCcHUe9Kov9nBBbOz/9ZBb1gyHRQUg/69rLb127i/UK7eh6p8A982WjPjPbj4/J6VPlTNZ4CxYbnnBP03OUBwK5rbdaK+LL/OMR6kYjA6f+L+6CyKtI9cLzNX9u12K6A7BBsP3zPNKNLDqEJeAEO9OrhbuaUmWNC4H0OiWrsmWeRJ8UkZz9ZIRzOMwy3NwirYEgqjAYHygYtalT4kzadr1UYtDowo8lY2SsRH+PM/6y7z8xNG2WylOLyVEQtVgF4Tb996yF7hNLyefvnL4D+17L9R02Phh8aHDbF3Rea9+8fy9aTnjzpAXLg7CAJhsOoaUD+I=----ATTACHMENT:----OTM3NjcxNDkzODAzODk2NSA3MTE4NDIyMjM0ODg1Mzg5IDU3MDcxODYxNjA1MzA3NTM=