Table of Contents

Interface IBuilderForLocale

Namespace
Vonage.VerifyV2.CreateTemplateFragment
Assembly
Vonage.dll
public interface IBuilderForLocale

Methods

WithLocale(Locale)

Sets the IETF BCP 47 locale code for this fragment (e.g., "en-us", "de-de").

IBuilderForChannel WithLocale(Locale value)

Parameters

value Locale

Returns

IBuilderForChannel

Examples

.WithLocale(Locale.EnUs)