Class TranslationFileNotFoundEventArgs
- Namespace
- Tlumach
- Assembly
- Tlumach.dll
public class TranslationFileNotFoundEventArgs : EventArgs
- Inheritance
-
TranslationFileNotFoundEventArgs
- Inherited Members
Constructors
TranslationFileNotFoundEventArgs(CultureInfo)
public TranslationFileNotFoundEventArgs(CultureInfo culture)
Parameters
cultureCultureInfo
Properties
Culture
Gets a reference to the culture, for which the text is needed.
public CultureInfo Culture { get; }
Property Value
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; }