Table of Contents

Class TranslationFileNotFoundEventArgs

Namespace
Tlumach
Assembly
Tlumach.dll
public class TranslationFileNotFoundEventArgs : EventArgs
Inheritance
TranslationFileNotFoundEventArgs
Inherited Members

Constructors

TranslationFileNotFoundEventArgs(CultureInfo)

public TranslationFileNotFoundEventArgs(CultureInfo culture)

Parameters

culture CultureInfo

Properties

Culture

Gets a reference to the culture, for which the text is needed.

public CultureInfo Culture { get; }

Property Value

CultureInfo

Translation

Gets or sets a reference to the translation that should be used in place of the missing translation file.

public Translation? Translation { get; set; }

Property Value

Translation