Click or drag to resize

TranslatorFactoryFindByLanguageId Method

Find translator (all translations) using the language id,
or the default translator or empty translator if not found

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static ITranslator FindByLanguageId(
	IContext context,
	int languageId
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution
languageId
Type: SystemInt32
Id of the language for the translator to find

Return Value

Type: ITranslator
Return the translator, or the default or empty translator when not found
See Also