PaymentAddress.LanguageCode 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.
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
Gets or sets the LanguageCode.