Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Delegate: RT.Lingo.SetTranslation<in TTranslation>

Declaration

delegate void RT.Lingo.SetTranslation<in TTranslation>(
    TTranslation translation
)

Summary

Used for functions which change the language of the program.

Parameters

TTranslationtranslationThe new translation to be used by the program.

Generic type parameters

TTranslationThe type of the translation class.