IActivity.Locale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The locale field communicates the language code of the text field. The value of the locale field is an IETF BCP-47 language tag within a string.
public string Locale { get; set; }
member this.Locale : string with get, set
Public Property Locale As String