ePages 7.37.0 - DE_EPAGES/GuidedTour/API/TLE/GuidedTourWordingHandler.pm

Package DE_EPAGES::GuidedTour::API::TLE::GuidedTourWordingHandler

TLEs needed to provide wording for GuidedTours.

Functions

GetTranslation
UnityGetTourExplanation
UnityGetTourWelcomeMessage
getTranslation

GetTranslation

Function to get translation for tour.

Syntax
GetTranslation( $Processor, $aParams, $TranslationKeyword );
Input
$Processor (object)
TLE processor
$aParams (ref.array)
params for TLE (GuidedTour, User)
$TranslationKeyword (string)
translation keyword
Return
$Translation (string)
translation for translation keyword

UnityGetTourExplanation

TLE to get explanation for tour.

Syntax
UnityGetTourExplanation( $Processor, $aParams );
Input
$Processor (object)
TLE processor
$aParams (ref.array)
params for TLE (GuidedTour, User)
Return
$TourExplanation (string)
translation for tour explanation

UnityGetTourWelcomeMessage

TLE to get welcome message for tour.

Syntax
UnityGetTourWelcomeMessage( $Processor, $aParams );
Input
$Processor (object)
TLE processor
$aParams (ref.array)
params for TLE (GuidedTour, User)
Return
$WelcomeMessage (string)
translation for welcome message

getTranslation

Method to get translation for tour.

Syntax
getTranslation( $TranslationKeyword, $GuidedTour, $User );
Input
$TranslationKeyword (string)
translation keyword
$GuidedTour (object)
guided tour
$User (object)
language of user is used to get translation
Return
$Translation (string)
translation for translation keyword