API published in: S60 1st Ed
Link against: akninputlanguage.lib
Required Capabilities
None
#include <akninputlanguageinfo.h>
This object bring together Symbian language code, a language name, and its capabilities
This method is not meant to be derived from.
Public Member Functions |
|
IMPORT_C | ~CAknInputLanguageItem () |
C++ destructor. |
|
IMPORT_C TLanguage | LanguageCode () const |
IMPORT_C TPtrC | LanguageName () const |
IMPORT_C TAknInputLanguageCapabilities | Capabilities () const |
Static Public Member Functions |
|
static CAknInputLanguageItem * | NewL (TLanguage aLanguageCode, const TDesC &aName, TAknInputLanguageCapabilities aCapabilities) |
static 2-stage construction of the object. |
|
C++ destructor. |
|
|
|
|
static 2-stage construction of the object. The language name descriptor is copied by the time the method returns. Normally this is constructed by the class that supplies the language information. It would not normally be called by clients who want to find out about system input languages
|