Add Method (locale)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Add Method (locale)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceAdd(Int32)
Adds a new version string table for a locale.
Declaration Syntax
C# Visual Basic Visual C++ F#
public VersionStringTable Add(
	int locale
)
Public Function Add ( 
	locale As Integer
) As VersionStringTable
public:
VersionStringTable^ Add(
	int locale
)
member Add : 
        locale : int -> VersionStringTable 
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.11.1.2318)