Solstice::LangService - Provides strings of the appropriate language to applications.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::LangService - Provides strings of the appropriate language to applications.

SYNOPSIS

Top

  use Solstice::LangService;

DESCRIPTION

Top

Superclass

Solstice::Service

Export

No symbols exported.

Methods

new([$namespace])

Creates a new Solstice::Service::Lang object.

getMessage($key [, \%params])
getError($key [,$params, $namespace])
getErrors()
getHelp($key [, $params, $namespace])
getString($key [, $params, $namespace, caller])
getButtonLabel($key [, $params, $namespace])
getButtonTitle($key [, $params, $namespace])

Private Methods

_insertParams($key, $params, $namespace, $text)
_replaceParam($match, $key, $params, $namespace)
_getLangData()
_initialize()
_validateLangXML($doc)
_readLangXML($doc)
_parseLangFile($path)
_getClassName()

Return the class name. Overridden to avoid a ref() in the superclass.

Modules Used

Solstice::Service.

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 2061 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.