com.atlassian.confluence.languages
Class EditorLanguageCodes

java.lang.Object
  extended bycom.atlassian.confluence.languages.EditorLanguageCodes

public class EditorLanguageCodes
extends Object

The tinyMCE editor refers to language codes differently from java locales. This class may be used to convert from locales to these strings.


Field Summary
protected  org.apache.log4j.Category log
           
 
Method Summary
 String getEditorLanguage(Locale locale)
           
static EditorLanguageCodes getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.log4j.Category log
Method Detail

getInstance

public static EditorLanguageCodes getInstance()

getEditorLanguage

public String getEditorLanguage(Locale locale)


Confluence is developed by Atlassian.