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.
Public Member Functions | |
---|---|
void | GetAvailableInputModesL ( CArrayFix < TInt > *) |
TBool | HasInputMode ( TPtiEngineInputMode ) |
TInt | LanguageCode () |
TPtrC | LocalizedName () |
void | GetAvailableInputModesL | ( | CArrayFix < TInt > * | aResult | ) | [pure virtual] |
Returns list of all inputmodes currently supported by this language.
TBool | HasInputMode | ( | TPtiEngineInputMode | aMode | ) | const [pure virtual] |
Returns a boolean value indicating whether this language supports requested input mode.
TPtiEngineInputMode aMode | A input mode to be queried. |
TInt | LanguageCode | ( | ) | const [pure virtual] |
Returns Symbian OS language code for this language.
TPtrC | LocalizedName | ( | ) | const [pure virtual] |
Returns localized name for this language.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.