[]
Reads all localizations from the specified file and uses them locally at runtime.
public bool LoadLocalizations(string LocalizationFile)
Type | Name | Description |
---|---|---|
string | LocalizationFile | Specifies the file to which localizations are written. |
Type | Description |
---|---|
bool |
Reads all localizations from the specified stream and uses them locally at runtime.
public bool LoadLocalizations(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | Specifies the Stream to which localizations are written. |
Type | Description |
---|---|
bool |
Reads all localizations from the specified byte array and uses them locally at runtime.
public bool LoadLocalizations(byte[] byteArray)
Type | Name | Description |
---|---|---|
byte[] | byteArray | Specifies the byte array to which localizations are written. |
Type | Description |
---|---|
bool |