Package org.apache.fulcrum.localization


package org.apache.fulcrum.localization
  • Class
    Description
    This class is the single point of access to all localization resources.
    Parses the HTTP Accept-Language header as per section 14.4 of RFC 2068 (HTTP 1.1 header field definitions).
    Struct representing an element of the HTTP Accept-Language header.
    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.
    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.
    This class is the single point of access to all localization resources.