Share via


PaymentAddress.LanguageCode Property

Definition

Language code for the address. Values must be valid IETF language tags as specified by the BCP-47 standard.

public:
 property Platform::String ^ LanguageCode { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LanguageCode();

void LanguageCode(winrt::hstring value);
public string LanguageCode { get; set; }
var string = paymentAddress.languageCode;
paymentAddress.languageCode = string;
Public Property LanguageCode As String

Property Value

String

Platform::String

winrt::hstring

Gets or sets the LanguageCode.

Applies to