IAgreementDocument.ByLanguage(String) Method
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.
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.