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

C# | Visual Basic | Visual C++ |
public VersionStringTable Add( int locale )
Public Function Add ( _ locale As Integer _ ) As VersionStringTable
public: VersionStringTable^ Add( int locale )

- locale (Int32)
- Locale of the table

The new string table, or the existing table if the locale already existed.