com.atlassian.jira.issue.views.util
Class RssViewUtils

java.lang.Object
  extended by com.atlassian.jira.issue.views.util.RssViewUtils

public class RssViewUtils
extends Object


Method Summary
static String getRssLocale(Locale locale)
          Get language code RSS is i18n'ed in - JRA-12547
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRssLocale

public static String getRssLocale(Locale locale)
Get language code RSS is i18n'ed in - JRA-12547

Parameters:
locale - the Locale to extract the language code information from
Returns:
language code following RFC1766. returns null if locale is null


Copyright © 2002-2009 Atlassian. All Rights Reserved.