Add Method (locale)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
VersionStringTable
The new string table, or the existing table if the locale already existed.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)