Package org.apache.turbine.services.localization

This service provides access and tools for multilingual applications in Turbine.

See:
          Description

Interface Summary
LocalizationService Provides localization functionality using the interface provided by ResourceBundle, plus leverages a "search path" style traversal of the ResourceBundle objects named by the locale.default.bundles to discover a value for a given key.
 

Class Summary
LocaleDetector Deprecated. Use LocaleTokenizer instead.
LocaleTokenizer Parses the HTTP Accept-Language header as per section 14.4 of RFC 2068 (HTTP 1.1 header field definitions).
Localization Wrapper around the TurbineLocalization Service that makes it easy to grab something from the service and make the code cleaner.
LocalizationTool A pull tool which provides lookups for localized text by delegating to the configured LocalizationService.
TurbineLocalizationService This class is the single point of access to all localization resources.
 

Package org.apache.turbine.services.localization Description

This service provides access and tools for multilingual applications in Turbine.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.