Create a new Thing with existing values replaced by the given localised string for the given Property.
To preserve existing values, see [[addStringWithLocale]].
The original thing is not modified; this function returns a cloned Thing with updated values.
thing
Thing to set a localised string value on.
Property for which to set the given localised string value.
Localised string to set on thing for the given property.
property
Locale of the added string.
A new Thing equal to the input Thing with existing values replaced by the given value for the given Property.
Create a new Thing with existing values replaced by the given localised string for the given Property.
To preserve existing values, see [[addStringWithLocale]].
The original
thing
is not modified; this function returns a cloned Thing with updated values.