Version
Language
public enum Language
Extends Enum<Language>
This enumeration defines language identifiers used for encoding and decoding message content based on specific language character sets in SMS messaging.
Enum Constants:
| Constant | Description |
| DEFAULT | Default language (GSM7 basic). |
| TURKISH | Turkish language. |
| SPANISH | Spanish language. |
| PORTUGUESE | Portuguese language. |
| BENGALI | Bengali language. |
| GURAJATI | Gujarati language. |
| HINDI | Hindi language. |
| KANNADA | Kannada language. |
| MALAYALAM | Malayalam language. |
| ORIYA | Oriya (Odia) language. |
| PUNJABI | Punjabi language. |
| TAMIL | Tamil language. |
| TELUGU | Telugu language. |
| URDU | Urdu language. |
Methods:
| public static Language[] values() | Returns all constants in this enum, in the order they were declared. |
| public static Language valueOf(String name) | Returns the enum constant with the specified name. |
| public static Language fromInt(int i) | Converts an integer into the corresponding Language enum constant. |
| public int getValue() | Returns the integer value associated with this language enum. |
| public static Charset getCharset(Language language) | Returns the Charset associated with the given language. |
Methods inherited from class java.lang.Enum |
|
| compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | |
Methods inherited from class java.lang.Object |
|
| getClass, notify, notifyAll, wait, wait, wait | |
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!
