ProductManager.ResourceLanguages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.