MPtiLanguage Class Reference

class MPtiLanguage

Client side interface for querying PtiEngine language related attributes. All PtiEngine client side API methods related to handling languages access languages through this interface class.

Member Functions Documentation

GetAvailableInputModesL(CArrayFix< TInt > *)

void GetAvailableInputModesL ( CArrayFix < TInt > * aResult ) [pure virtual]

Returns list of all inputmodes currently supported by this language.

Parameters

CArrayFix < TInt > * aResult List of supported input modes will be stored here.

HasInputMode(TPtiEngineInputMode)

TBool HasInputMode ( TPtiEngineInputMode aMode ) const [pure virtual]

Returns a boolean value indicating whether this language supports requested input mode.

Parameters

TPtiEngineInputMode aMode A input mode to be queried.

LanguageCode()

TInt LanguageCode ( ) const [pure virtual]

Returns Symbian OS language code for this language.

LocalizedName()

TPtrC LocalizedName ( ) const [pure virtual]

Returns localized name for this language.