Add Method (locale)

Microsoft Deployment Tools

Deployment Tools Foundation Add Method (locale)
Adds a new version string table for a locale.
Declaration Syntax
C# Visual Basic Visual C++
public VersionStringTable Add(
	int locale
)
Public Function Add ( _
	locale As Integer _
) As VersionStringTable
public:
VersionStringTable^ Add(
	int locale
)
Parameters
locale (Int32)
Locale of the table
Return Value
The new string table, or the existing table if the locale already existed.

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