textinput/peninputsplititut/src/peninputsplititutwindowmanager.cpp
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 5 a47de9135b21
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
   505 //
   505 //
   506 void CSplitItutWindowManager::SetPromptTextL(TUint8* aData)
   506 void CSplitItutWindowManager::SetPromptTextL(TUint8* aData)
   507     {
   507     {
   508     iWindow->SetPromptTextL(aData);
   508     iWindow->SetPromptTextL(aData);
   509     }
   509     }
   510          
   510 
       
   511 void CSplitItutWindowManager::SetLanguage( TInt aLanguage )
       
   512     {
       
   513 	CFepLayoutMultiLineIcf* icf = iWindow->Icf();
       
   514 	if ( icf )
       
   515 		{
       
   516 		icf->SetLanguageId( aLanguage );
       
   517 		}
       
   518     }
       
   519 
   511 // End Of File
   520 // End Of File