LocalizedString Class

This class represents a localized string.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.Presence.LocalizedString

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class LocalizedString
'Usage
Dim instance As LocalizedString
public class LocalizedString

Remarks

A localized string is identified by a localeId (LCID) and its value. LocaleID assigned microsoft are defined in the following location: https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LocalizedString Members

Microsoft.Rtc.Collaboration.Presence Namespace