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
valueLocale
Returns
Examples
.WithLocale(Locale.EnUs)