Click or drag to resize
RecaptchaControlLanguage Property
Optional. Forces the reCAPTCHA to render in a specific language. Auto-detects the user's language if unspecified. Currently supported values are listed at https://developers.google.com/recaptcha/docs/language.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public string Language { get; set; }

Property Value

Type: String
See Also