

Deployment Tools Foundation
Add Method (locale)
Adds a new version string table for a locale.

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

- locale (Int32)
- Locale of the table

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