Table of Contents

Interface IOptionalOptionalBuilderForLocale

Namespace
Vonage.VerifyV2.StartVerification
Assembly
Vonage.dll

Builder interface for setting the locale on a verification request.

public interface IOptionalOptionalBuilderForLocale

Methods

WithLocale(string)

Sets the language locale for verification messages.

IOptionalBuilder WithLocale(string value)

Parameters

value string

The IETF BCP 47 locale code (e.g., "en-us", "de-de"). Default is "en-us".

Returns

IOptionalBuilder

The builder for method chaining.

Examples

.WithLocale("de-de")