Package rocks.xmpp.core
Interface LanguageElement
-
- All Known Subinterfaces:
SessionOpen
- All Known Implementing Classes:
Address.Description,Body,ClientIQ,ClientMessage,ClientPresence,Close,Command,ComponentIQ,ComponentMessage,ComponentPresence,ExtensibleStanza,GeoLocation,Identity,InfoDiscovery,IQ,Message,Open,Presence,ServerIQ,ServerMessage,ServerPresence,ServerStanzaError,Stanza,StanzaError,StreamError,StreamHeader,Text
public interface LanguageElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalegetLanguage()Gets the language, i.e. the value of the 'xml:lang' attribute.
-
-
-
Method Detail
-
getLanguage
Locale getLanguage()
Gets the language, i.e. the value of the 'xml:lang' attribute.- Returns:
- The language.
-
-