/harmoni/core/languageLocalizer/LanguageLocalizer.class.php

Description
Classes
Class Description
LanguageLocalizer The LanguageLocalizer is a class that handles the organization or strings and other data for multiple languages.
Functions
dgettext (line 367)

Returns the passed string unchanged.

  • access: public
string dgettext (string $domain, string $string)
  • string $domain
  • string $string
gettext (line 356)

Returns the passed string to emulate untranslated language support for systems on which gettext isn't availible

  • since: 11/16/04
  • access: public
string gettext (string $string)
  • string $string
hasGettext (line 328)

Return The status of REAL gettext support

  • since: 11/17/04
  • access: public
boolean hasGettext ()
textdomain (line 381)

Does nothing. Here to emulate untranslated language support for systems on which gettext isn't availible

  • since: 11/16/04
  • access: public
string textdomain (string $string)
  • string $string
_ (line 342)

Returns the passed string to emulate untranslated language support for systems on which gettext isn't availible

  • since: 11/16/04
  • access: public
string _ (string $string)
  • string $string

Documentation generated on Wed, 19 Sep 2007 10:24:46 -0400 by phpDocumentor 1.3.0RC3