#include <mw/AknInputLanguageInfo.h>
class CAknInputLanguageItem : public CBase |
Public Member Functions | |
---|---|
~CAknInputLanguageItem() | |
IMPORT_C TAknInputLanguageCapabilities | Capabilities() |
IMPORT_C TLanguage | LanguageCode() |
IMPORT_C TPtrC | LanguageName() |
CAknInputLanguageItem * | NewL(TLanguage, const TDesC &, TAknInputLanguageCapabilities) |
Input Language Item class.
This object bring together Symbian language code, a language name, and its capabilities
This method is not meant to be derived from.
CAknInputLanguageItem * | NewL | ( | TLanguage | aLanguageCode, |
const TDesC & | aName, | |||
TAknInputLanguageCapabilities | aCapabilities | |||
) | [static] |
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
Parameter | Description |
---|---|
aLanguageCode | Symbian OS language code |
aName | Language name to be attached to code |
aCapabilities | Sets the capabilities |
Returns: Fully constructed input language item