| AppStringSetLanguageString Method (String, Int32, Boolean) |
Sets the string value of the language string for the given 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,
int languageId,
bool ignoreOldValueReplacement = false
)
Parameters
- str
- Type: SystemString
- languageId
- Type: SystemInt32
- ignoreOldValueReplacement (Optional)
- Type: SystemBoolean
If set to true, identitical values with different languageIds will not be replaced. This was introduced to avoid erasing
strings for other languages when downloading a changeset with strings for a specific language
See Also