[]
Writes all current localizations to the specified file.
public bool SaveLocalizations(string LocalizationFile)
| Type | Name | Description |
|---|---|---|
| string | LocalizationFile | Specifies the file to which localizations are written. |
| Type | Description |
|---|---|
| bool |
Writes all current localizations to the specified stream.
public bool SaveLocalizations(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Specifies the Stream to which localizations are written. |
| Type | Description |
|---|---|
| bool |
Writes all current localizations to the specified byte array.
public bool SaveLocalizations(out byte[] byteArray)
| Type | Name | Description |
|---|---|---|
| byte[] | byteArray | Specifies the byte arrary to which localizations are written. |
| Type | Description |
|---|---|
| bool |