This interface returns the locale of the current called party unicode
display name. CiscoLocales interface lists the supported locales.
*/
public int getCurrentCalledPartyUnicodeDisplayNamelocale();
/**
This interface returns the unicode display name of the current calling party
in the call.
*/
public String getCurrentCallingPartyUnicodeDisplayName ();
/**
This interface returns the locale of the current called party
unicode display name
*/
public int getCurrentCallingPartyUnicodeDisplayNamelocale();
CiscoLocales
The CiscoLocales interface lists all the locales that Cisco Unified JTAPI supports.
For a list of all supported locales in the most recent release, see the man page for CiscoLocales, on page 442.
Note
public interface CiscoLocales
{
public static final int LOCALE_ENGLISH_UNITED_STATES;
public static final int LOCALE_FRENCH_FRANCE;
public static final int LOCALE_GERMAN_GERMANY;
public static final int LOCALE_RUSSIAN_RUSSIA ;
public static final int LOCALE_SPANISH_SPAIN ;
public static final int LOCALE_ITALIAN_ITALY ;
public static final int LOCALE_DUTCH_NETHERLAND ;
public static final int LOCALE_NORWEGIAN_NORWAY ;
public static final int LOCALE_PORTUGUESE_PORTUGAL;
public static final int LOCALE_SWEDISH_SWEDEN ;
public static final int LOCALE_DANISH_DENMARK
public static final int LOCALE_JAPANESE_JAPAN;
public static final int LOCALE_HUNGARIAN_HUNGARY ;
public static final int LOCALE_POLISH_POLAND ;
public static final int LOCALE_GREEK_GREECE ;
public static final int LOCALE_TRADITIONAL_CHINESE_CHINA;
public static final int LOCALE_SIMPLIFIED_CHINESE_CHINA;
public static final int LOCALE_KOREAN_KOREA;
}
CiscoTerminalInServiceEv Interface
getLocale()
This method returns the current locale information for this terminal.
int
getSupportedEncoding ()
This method returns true if this terminal supports unicode.
int
Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs
206
Features Supported by Cisco Unified JTAPI
Unicode Support