Interface ILocalizationFeature
Localization feature.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface ILocalizationFeature
  Properties
| Improve this Doc View SourceCatalog
Gets or sets the catalog to be used by the default FTP server implementation.
Declaration
ICatalog Catalog { get; set; }
  Property Value
| Type | Description | 
|---|---|
| NGettext.ICatalog | 
Language
Gets or sets the selected language.
Declaration
CultureInfo Language { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CultureInfo |