Language

Activity.WithLocale(String) Method

Definition

Sets Locale and returns this activity.

public Microsoft.Agents.Core.Models.IActivity WithLocale(string locale);
abstract member WithLocale : string -> Microsoft.Agents.Core.Models.IActivity
override this.WithLocale : string -> Microsoft.Agents.Core.Models.IActivity
Public Function WithLocale (locale As String) As IActivity

Parameters

locale
String

Returns

Implements

Applies to