Share via


ProductManager.ResourceLanguages Property

Definition

Gets a read-only collection of supported resource languages.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ResourceLanguages { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ResourceLanguages { get; }
member this.ResourceLanguages : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ResourceLanguages As ReadOnlyCollection(Of String)

Property Value

A generic ReadOnlyCollection of strings that represent the supported languages.

Applies to