Click or drag to resize

IEmailTranslationsFindDefault Method

Return the default translation if it exist.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IEmailTranslation FindDefault()

Return Value

Type: IEmailTranslation
Returns the default email translation, or null when the translation was not find.
Remarks
This method first search the translation for the default language defined in the configuration and then the default English language.
See Also