Package org.jboss.resteasy.util
Class LocaleHelper
java.lang.Object
org.jboss.resteasy.util.LocaleHelper
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Locale
extractLocale
(String lang) static String
toLanguageString
(Locale value) HTTP 1.1 has different String format for language than what java.util.Locale does '-' instead of '_' as a separator
-
Constructor Details
-
LocaleHelper
public LocaleHelper()
-
-
Method Details
-
extractLocale
-
toLanguageString
HTTP 1.1 has different String format for language than what java.util.Locale does '-' instead of '_' as a separator- Parameters:
value
- locale- Returns:
- converted language format string
-