Click or drag to resize

IModuleSetupSetDefaultTranslations Method

Set the default module translations.

Namespace:  AskiaPortalCmn.Setup
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
void SetDefaultTranslations(
	string languageKey,
	IDictionary<string, string> translations
)

Parameters

languageKey
Type: SystemString
Key of the language.
translations
Type: System.Collections.GenericIDictionaryString, String
Translations for the specified language.
Remarks
If the language doesn't exist, this method will do nothing.
See Also