- Declared in: RT.Lingo.Lingo
Declaration
public static void SaveTranslation<TTranslation>(
string moduleName,
TTranslation translation
)Summary
Writes the specified translation for the specified module to an XML file in the application directory.
Generic type parameters
| TTranslation | Translation class to write. |
Parameters
| string | moduleName | Name of the module for which this is a translation. |
| TTranslation | translation | The translation to save. |