Item Property (locale)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (locale)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceItem[([(Int32])])
Gets the string table for a specific locale, or null if there is no table for that locale.
Declaration Syntax
C# Visual Basic Visual C++
public VersionStringTable this[
	int locale
] { get; }
Public ReadOnly Default Property Item ( _
	locale As Integer _
) As VersionStringTable
public:
property VersionStringTable^ default[int locale] {
	VersionStringTable^ get (int locale);
}
Parameters
locale (Int32)

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)