Interface ILanguageInfo
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
public interface ILanguageInfo
Properties
CultureName
Declaration
string CultureName { get; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
FlagIcon
Declaration
string? FlagIcon { get; }
Property Value
Type | Description |
---|---|
string |
UiCultureName
Declaration
string UiCultureName { get; }
Property Value
Type | Description |
---|---|
string |