Zend_LocaleLocated in /Locale.php (line 36)
static isLocale (line 1150)
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
Constructor __construct (line 428)
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
equals (line 730)
Returns true if both locales are equal
getBrowser (line 575)
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
getCountryTranslation (line 1096)
Returns the localized country name
getCountryTranslationList (line 895)
Returns an array with the name of all countries translated to the given language
getDefault (line 485)
Search the locale automatically and return all used locales ordered by quality
Standard Searchorder is
getEnvironment (line 532)
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
getFramework (line 621)
Returns the locale which the framework is set to
getHttpCharset (line 694)
Return the accepted charset of the client
getLanguage (line 667)
Returns the language part of the locale
getLanguageTranslation (line 1070)
Returns the localized language name
getLanguageTranslationList (line 871)
Returns an array with the name of all languages translated to the given language
getQuestion (line 1122)
Returns an array with translated yes strings
getRegion (line 679)
Returns the region part of the locale if avaiable
getScriptTranslation (line 1083)
Returns the localized script name
getScriptTranslationList (line 883)
Returns an array with the name of all scripts translated to the given language
getTerritoryTranslation (line 1110)
Returns the localized territory name All territories contains other countries.
getTerritoryTranslationList (line 908)
Returns an array with the name of all territories translated to the given language All territories contains other countries.
getTranslation (line 928)
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
getTranslationList (line 754)
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
serialize (line 442)
Serialization Interface
setLocale (line 633)
Sets a new locale
toString (line 453)
Returns a string representation of the object
__toString (line 465)
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