Package org.apache.turbine.services.localization
package org.apache.turbine.services.localization
Localization related services and pull tools
-
KlasseBeschreibungThis service is used to format
TemporalAccessorandDateTimeFormatterService.map(String, DateTimeFormatter, Locale)(different flavors) objects into strings.A pull tool which provides lookups for localized text by delegating to the configured FulcrumLocalizationService.Instead of reading first the accept-language header in a http request, instead this method read the user.getTemp("locale") from the RunData to obtain the language choice by the user without the browser language rule.