OpenCms JSP standard taglib
Function getLocaleSuffixForName
java.lang.String getLocaleSuffixForName(java.lang.String)
Returns the locale suffix from the given String, or null
if no locale suffix is found.
Examples:
rabbit_en_EN.html -> Locale[en_EN]
rabbit_en_EN -> Locale[en_EN]
rabbit_en.html -> Locale[en]
rabbit_en -> Locale[en]
rabbit_en. -> Locale[en]
rabbit_enr -> null
rabbit_en.tar.gz -> null
Function Information |
Function Class | org.opencms.util.CmsStringUtil |
Function Signature | java.lang.String getLocaleSuffixForName(java.lang.String) |
Display Name | None |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.