Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void SaveTranslation<TTranslation>(string, TTranslation)

  • 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
  • Must derive from: RT.Lingo.TranslationBase.
  • Must have a default constructor.
Translation class to write.

Parameters

stringmoduleNameName of the module for which this is a translation.
TTranslationtranslationThe translation to save.