MUISettingsControl.OverwriteTranslations Property
Gets a Boolean value that indicates the value of the radio button for the Overwrite Translations option in the language settings page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property OverwriteTranslations As Boolean
Get
'Usage
Dim instance As MUISettingsControl
Dim value As Boolean
value = instance.OverwriteTranslations
public bool OverwriteTranslations { get; }
Property Value
Type: System.Boolean
Boolean
true if the option to overwrite translations is selected; otherwise, false.