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
)
Sub SetDefaultTranslations (
languageKey As String,
translations As IDictionary(Of String, String)
)
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