Overload | Description |
---|---|
LoadLocalizations(String) | Reads all localizations from the specified file and uses them locally at runtime. |
LoadLocalizations(Stream) | Reads all localizations from the specified stream and uses them locally at runtime. |
LoadLocalizations(Byte[]) | Reads all localizations from the specified byte array and uses them locally at runtime. |