MultiLanguageText Constructors
An object defining constructors for the MultiLanguageText class.
MultiLanguageText()
Initializes a new instance of the MultiLanguageText class with default values.
The constructor sets the following default values:
UserCultureis set to an empty string.DefaultCultureis set to an empty string.EnableMultiLanguageTextis set tofalse.
MultiLanguageText(dictionary)
Initializes a new instance of the MultiLanguageText class with the specified dictionary of language texts.
Parameters:
dictionary (required): Dictionary<string, string>
A dictionary containing language codes and their corresponding texts.
The constructor sets the following default values:
UserCultureis set to an empty string.DefaultCultureis set to an empty string.EnableMultiLanguageTextis set tofalse.