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
)
Public Shared Function FindByLanguageId (
context As IContext,
languageId As Integer
) As ITranslator
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:
ITranslatorReturn the translator, or the default or empty translator when not found
See Also