Share via


IAgreementDocument.ByLanguage(String) Method

Definition

Customizes operations based on the given language and locale.

public Microsoft.Store.PartnerCenter.Agreements.IAgreementDocument ByLanguage (string language);
abstract member ByLanguage : string -> Microsoft.Store.PartnerCenter.Agreements.IAgreementDocument
Public Function ByLanguage (language As String) As IAgreementDocument

Parameters

language
String

The language and locale to be used by the returned operations.

Returns

An operations interface customized for the provided language and locale.

Applies to