| AppStringSetLanguageString Method (String) |
Sets the string value of the language string for the active user's language.
If the langstring object doesn't already exist it is created UNLESS it is empty ("").
If the string value for the default language is empty ("") it is
also set to the same string value.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void SetLanguageString(
string str
)
Parameters
- str
- Type: SystemString
See Also