Click or drag to resize

AppStringAppendToLanguageStrings Method

Appends a text to all language strings. The applied text is an AppString itself so it can be defined in multiple laignages. If insertSpace is defined, a space is added before the text. The method is used for post-fixing the name on a cloned object with " (copy)"

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AppendToLanguageStrings(
	string appendix,
	bool insertSpace
)

Parameters

appendix
Type: SystemString
insertSpace
Type: SystemBoolean
See Also