CultureDto

data class CultureDto(val name: String, val displayName: String, val twoLetterIsoLanguageName: String, val threeLetterIsoLanguageName: String? = null, val threeLetterIsoLanguageNames: List<String>)

Class CultureDto.

Constructors

Link copied to clipboard
constructor(name: String, displayName: String, twoLetterIsoLanguageName: String, threeLetterIsoLanguageName: String? = null, threeLetterIsoLanguageNames: List<String>)

Properties

Link copied to clipboard

The display name.

Link copied to clipboard

The name.

Link copied to clipboard

The name of the three letter ISO language.

Link copied to clipboard

The name of the two letter ISO language.