Edit

Share via


LocalizedString Constructors

Definition

Overloads

LocalizedString(String)

Creates an instance of the LocalizedString class for US-English language with LCID value 1033.

LocalizedString(Int64, String)

Creates an instance of the LocalizedString class.

LocalizedString(String)

Creates an instance of the LocalizedString class for US-English language with LCID value 1033.

public:
 LocalizedString(System::String ^ value);
public LocalizedString (string value);
new Microsoft.Rtc.Collaboration.Presence.LocalizedString : string -> Microsoft.Rtc.Collaboration.Presence.LocalizedString
Public Sub New (value As String)

Parameters

value
String

value of the string

Applies to

LocalizedString(Int64, String)

Creates an instance of the LocalizedString class.

public:
 LocalizedString(long lcid, System::String ^ value);
public LocalizedString (long lcid, string value);
new Microsoft.Rtc.Collaboration.Presence.LocalizedString : int64 * string -> Microsoft.Rtc.Collaboration.Presence.LocalizedString
Public Sub New (lcid As Long, value As String)

Parameters

lcid
Int64

lcid for the string

value
String

value of the string

Applies to