Located in /Locale.php (line 36)
Checks if a locale identifier is a real locale or not
Examples: "en_XX" refers to "en", which returns true "XX_yy" refers to "root", which returns false
Generates a locale object
If no locale is given a automatic search is done Then the most probable locale will be automatically set Search order is
Returns true if both locales are equal
Return an array of all accepted languages of the client Expects RFC compilant Header !!
The notation can be : de,en-UK-US;q=0.5,fr-FR;q=0.2
Returns the localized country name
Returns an array with the name of all countries translated to the given language
Search the locale automatically and return all used locales ordered by quality
Standard Searchorder is
Expects the Systems standard locale
For Windows: f.e.: LC_COLLATE=C;LC_CTYPE=German_Austria.1252;LC_MONETARY=C would be recognised as de_AT
Returns the locale which the framework is set to
Return the accepted charset of the client
Returns the language part of the locale
Returns the localized language name
Returns an array with the name of all languages translated to the given language
Returns an array with translated yes strings
Returns the region part of the locale if avaiable
Returns the localized script name
Returns an array with the name of all scripts translated to the given language
Returns the localized territory name All territories contains other countries.
Returns an array with the name of all territories translated to the given language All territories contains other countries.
Returns a localized information string, supported are several types of informations.
Supported types are: 'language', 'script', 'country', 'territory', 'calendar', 'month', 'month_short', 'month_narrow', 'day', 'day_short', 'day_narrow', 'dateformat', 'timeformat', 'timezone', 'currency', 'currency_sign', 'currency_detail', 'territory_detail', 'language_detail', 'characters' For detailed information about the types look into the documentation
Returns localized informations as array, supported are several types of informations.
Supported types are: 'language', 'script', 'country', 'territory', 'calendar', 'month', 'month_short', 'month_narrow', 'day', 'day_short', 'day_narrow', 'dateformat', 'timeformat', 'timezone', 'currency', 'currency_sign', 'currency_detail', 'territory_detail' 'language_detail', 'characters' For detailed information about the types look into the documentation
Serialization Interface
Sets a new locale
Returns a string representation of the object
Returns a string representation of the object Alias for toString
Documentation generated on Sun, 27 May 2007 23:25:26 -0700 by phpDocumentor 1.3.2