- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getPagePath (0.04 seconds)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
* Checks for locale-specific versions before falling back to default. * * @param page the page name * @return the localized page path */ public String getPagePath(final String page) { final Locale locale = ComponentUtil.getRequestManager().getUserLocale(); final String lang = locale.getLanguage(); final String country = locale.getCountry();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0)