Create a new Thing with an English string added for a Property.
This preserves existing values for the given Property. To replace them, see [[setStringEnglish]].
The original thing is not modified; this function returns a cloned Thing with updated values.
thing
Thing to add a localised string value to.
Property for which to add the given string value.
String to add to thing for the given property.
property
A new Thing equal to the input Thing with the given value added for the given Property.
1.13.0
Create a new Thing with an English string added for a Property.
This preserves existing values for the given Property. To replace them, see [[setStringEnglish]].
The original
thing
is not modified; this function returns a cloned Thing with updated values.