IniLikeGroup.setLocalizedValue

Same as localized version of opIndexAssign, but uses function syntax. Note: The value is not escaped automatically upon writing. It's your responsibility to escape it.

class IniLikeGroup
@safe final
void
setLocalizedValue
(
string key
,
string locale
,
string value
)

Throws

IniLikeEntryException if key or value is not valid or value needs to be escaped.

See Also

writeEntry

Meta