- Declared in: RT.Lingo.Lingo
Declaration
public static TranslationBase LoadTranslation(
Type translationType,
string module,
Language language
)Summary
Loads and returns the translation for the specified module and language. The translation must exist in the application
executable directory under a subdirectory called "Translations". If the translation cannot be loaded successfully, an exception is thrown.
Parameters
| Type | translationType | The type of the translation class to load the translation into. |
| string | module | The name of the module whose translation to load. |
| Language | language | The language code of the language to load. |
Returns
The loaded translation.