Click or drag to resize

CountryTranslatedName Property

Country's name localized to user's language.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+a9089f549efe4950cf2022fb910c17b16a763a70
Syntax
public string TranslatedName { get; set; }

Property Value

String
Remarks
When the system does not contain localized name for the country this will in English (same as in Name field).
See Also