SectionWizardLanguage Property

Gets or sets the language code to use for localization or content rendering.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Helps
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public string Language { get; set; }

Property Value

String

Remarks

The value should be a valid language identifier, such as an ISO 639-1 code (for example, "en" for English or "fr" for French). The behavior of the component may vary depending on the specified language.

See Also