Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for internationalization (0.32 sec)

  1. src/main/java/org/codelibs/fess/exception/SsoMessageException.java

     *
     * This exception is used to indicate errors that occur during SSO authentication
     * and authorization processes. It carries both a message code for internationalization
     * and localization purposes, as well as detailed error information. The message code
     * can be used by the UI layer to display appropriate error messages to users.
     */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java

        /** Helper for view-related operations and rendering. */
        @Resource
        protected ViewHelper viewHelper;
    
        /** Manager for handling application messages and internationalization. */
        @Resource
        private MessageManager messageManager;
    
        /** Manager for handling HTTP request operations. */
        @Resource
        private RequestManager requestManager;
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 15K bytes
    - Viewed (0)
  3. ADDING_NEW_LANGUAGE.md

    # Adding a New Language to Fess
    
    This guide explains how to add internationalization (i18n) support for a new language in Fess.
    
    ## Overview
    
    Fess uses a two-tier language support system:
    
    1. **Full UI Translation** (13 languages): Complete user interface translation with label and message files
    2. **Search/Analysis Support** (40+ languages): Language-specific text analysis for search indexing
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 11:36:30 UTC 2025
    - 10.4K bytes
    - Viewed (0)
Back to top