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
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