SPRatingUsageEntry.FeedbackControlCulture Property
Gets or sets the culture of the feedback control. For example, if the feedback control is displayed in U.S. English, this property should be logged as "en-us".
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FeedbackControlCulture As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.FeedbackControlCulture
instance.FeedbackControlCulture = value
public string FeedbackControlCulture { get; set; }
Property Value
Type: System.String
The culture of the feedback control.