Class LocaleHelper


  • public class LocaleHelper
    extends java.lang.Object
    Version:
    $Revision: 1 $
    • Constructor Summary

      Constructors 
      Constructor Description
      LocaleHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Locale extractLocale​(java.lang.String lang)  
      static java.lang.String toLanguageString​(java.util.Locale value)
      HTTP 1.1 has different String format for language than what java.util.Locale does '-' instead of '_' as a separator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocaleHelper

        public LocaleHelper()
    • Method Detail

      • extractLocale

        public static java.util.Locale extractLocale​(java.lang.String lang)
      • toLanguageString

        public static java.lang.String toLanguageString​(java.util.Locale value)
        HTTP 1.1 has different String format for language than what java.util.Locale does '-' instead of '_' as a separator
        Parameters:
        value -
        Returns: