Class LocaleInfoDto
Inheritance
System.Object
LocaleInfoDto
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class LocaleInfoDto : object
Constructors
|
Improve this Doc
View Source
LocaleInfoDto(String)
Declaration
public LocaleInfoDto(string cultureCode)
Parameters
Type |
Name |
Description |
System.String |
cultureCode |
|
Properties
|
Improve this Doc
View Source
CultureCode
Declaration
public string CultureCode { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Icon
Declaration
public string Icon { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods