Method UpdateEntry
UpdateEntry(int, string)
Replaces the text of the entry with the given ID with the specified text.
Declaration
public bool UpdateEntry(int id, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The ID of the locale entry to update. |
| string | text | The new text to use in the locale entry. |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
The stored entries can be written with any of the WriteEntries() methods.
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | |
| InvalidOperationException |