| Name | Description | Type | Package | Framework |
| LocaleDetector | This class returns a Locale object based on the HTTP Accept-Language header. | Class | org.apache.turbine.services.localization | Apache Turbine |
| LocaleTokenizer | Parses the HTTP Accept-Language header as per section 14. | Class | org.apache.turbine.services.localization | Apache Turbine |
| Localization | Wrapper around the TurbineLocalization Service that makes it easy to grab something from the service and make the code cleaner. | Class | org.apache.turbine.services.localization | Apache Turbine |
| LocalizationService | Provides localization functionality using the interface provided by ResourceBundle, plus leverages a "search path" | Interface | org.apache.turbine.services.localization | Apache Turbine |
| LocalizationTool | A pull tool which provides lookups for localized text by delegating to the configured LocalizationService. | Class | org.apache.turbine.services.localization | Apache Turbine |
| TurbineLocalizationService | This class is the single point of access to all localization resources. | Class | org.apache.turbine.services.localization | Apache Turbine |