Click or drag to resize
Infosoft Logo

StartPaymentRequestCultureName Property

Gets or sets the culture name to be used when displaying the payment terminal to the end user. The supported languages depend on the underlying provider. See remarks for details on the input format.

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public string CultureName { get; set; }

Property Value

String
Remarks
The name must be given as "ll-CC", where "ll" is a two-letter lowercase culture/language name as defined by ISO 639, and a two-letter uppercase region/country name as defined by ISO 3166.
Example
  • American English: en-US
  • British English: en-GB
  • Norwegian Bokmål: nb-NO
  • Norwegian Nynorsk: nn-NO
See Also