|  | 
| MessageHeaderCulture Property  | 
 
  A string representing the culture that made the call
 
    Namespace: 
   ASI.TAM.API.Web.EpicSDK
    Assembly:
   ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic string Culture { get; set; }Public Property Culture As String
	Get
	Set
Dim instance As MessageHeader
Dim value As String
value = instance.Culture
instance.Culture = value
Return Value
Type: 
String Remarks
Remarks
  Like in Epic, the following cultures are supported:
  "en-US" - English US (default)
  "en-CA" - English Canadian
  "fr-CA" - French Canadian
  "en-GB" - English Great Britain
 
 See Also
See Also