[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/i18n/src/locale/ -> lmbLocale.class.php (summary)

(no description)

File Size: 371 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

lmbLocale:: (36 methods):
  __construct()
  initLocaleSettings()
  isValid()
  _initCountrySettings()
  _initLanguageSettings()
  getLocaleSpec()
  getLocaleString()
  getLanguage()
  setPHPLocale()
  getCharset()
  getLanguageDirection()
  getCountryName()
  getCountryComment()
  getLanguageComment()
  getLanguageName()
  getIntlLanguageName()
  getCurrencySymbol()
  getCurrencyName()
  getCurrencyShortName()
  getTimeFormat()
  getShortTimeFormat()
  getDateFormat()
  getShortDateFormat()
  getShortDateTimeFormat()
  getShortDateShortTimeFormat()
  getDateTimeFormat()
  isMondayFirst()
  getWeekDays()
  getMonths()
  getWeekDayNames()
  getMonthNames()
  getMeridiemName()
  getPmName()
  getAmName()
  getDayName()
  getMonthName()


Class: lmbLocale  - X-Ref

Handles locale information and can format time, date, numbers and currency
for correct display for a given locale. The locale conversion uses plain numerical values for
dates, times, numbers and currency, if you want more elaborate conversions consider using the
date, time, date_time and currency classes.

Countries are specified by the ISO 3166 country Code
http://www.iso.ch/iso/en/prods-services/iso3166ma/index.html
User-assigned code elements
http://www.iso.ch/iso/en/prods-services/iso3166ma/04background-on-iso-3166/reserved-and-user-assigned-codes.html#userassigned

language is specified by the ISO 639 language Code
http://www.w3.org/WAI/ER/IG/ert/iso639.htm

currency/funds are specified by the ISO 4217
http://www.bsi-global.com/Technical+Information/Publications/_Publications/tig90.xalter
__construct($name, $config = null)   X-Ref
No description

initLocaleSettings($config)   X-Ref
No description

isValid()   X-Ref
No description

_initCountrySettings($config)   X-Ref
No description

_initLanguageSettings($config)   X-Ref
No description

getLocaleSpec()   X-Ref
No description

getLocaleString()   X-Ref
No description

getLanguage()   X-Ref
No description

setPHPLocale()   X-Ref
No description

getCharset()   X-Ref
No description

getLanguageDirection()   X-Ref
No description

getCountryName()   X-Ref
No description

getCountryComment()   X-Ref
No description

getLanguageComment()   X-Ref
No description

getLanguageName()   X-Ref
No description

getIntlLanguageName()   X-Ref
No description

getCurrencySymbol()   X-Ref
No description

getCurrencyName()   X-Ref
No description

getCurrencyShortName()   X-Ref
No description

getTimeFormat()   X-Ref
No description

getShortTimeFormat()   X-Ref
No description

getDateFormat()   X-Ref
No description

getShortDateFormat()   X-Ref
No description

getShortDateTimeFormat()   X-Ref
No description

getShortDateShortTimeFormat()   X-Ref
No description

getDateTimeFormat()   X-Ref
No description

isMondayFirst()   X-Ref
No description

getWeekDays()   X-Ref
No description

getMonths()   X-Ref
No description

getWeekDayNames($short = false)   X-Ref
No description

getMonthNames($short = false)   X-Ref
No description

getMeridiemName($hour)   X-Ref
No description

getPmName()   X-Ref
No description

getAmName()   X-Ref
No description

getDayName($num, $short = false)   X-Ref
No description

getMonthName($num, $short = false)   X-Ref
No description



Generated: Tue Oct 14 04:47:40 2008 Cross-referenced by PHPXref 0.7