Overload | Description |
---|---|
SetMultiLangStringSetting(String,MultiLangString) | Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0. |
SetMultiLangStringSetting(String,MultiLangString,Int32) | Sets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0. |