Microsoft SDK for Java

getName

This method of the InputMethodListener Interface retrieves the localized name of the IME. The IME should call Locale.getDefault() to determine the current locale, and return the localized name according to the locale. However, if the IME does not have a name corresponding to the current locale, it should return a language-netural name of the IME, generally in English.

Syntax

public String getName();

Return Value

Returns the localized name of the IME.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.