API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptilanguage.h>
Inherited by CPtiCoreLanguage.
All PtiEngine client side API methods related to handling languages access languages through this interface class.
Public Member Functions |
|
virtual TBool | HasInputMode (TPtiEngineInputMode aMode) const =0 |
Returns a boolean value indicating whether this language supports requested input mode. |
|
virtual void | GetAvailableInputModesL (CArrayFix< TInt > *aResult)=0 |
Returns list of all inputmodes currently supported by this language. |
|
virtual TInt | LanguageCode () const =0 |
Returns Symbian OS language code for this language. |
|
virtual TPtrC | LocalizedName () const =0 |
Returns localized name for this language. |
|
Returns list of all inputmodes currently supported by this language.
Implemented in CPtiCoreLanguage. |
|
Returns a boolean value indicating whether this language supports requested input mode.
Implemented in CPtiCoreLanguage. |
|
Returns Symbian OS language code for this language.
Implemented in CPtiCoreLanguage. |
|
Returns localized name for this language.
Implemented in CPtiCoreLanguage. |