Deployment Tools Foundation
Add Method (locale)
Adds a new version string table for a locale.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public VersionStringTable Add( int locale )
Public Function Add ( _ locale As Integer _ ) As VersionStringTable
public: VersionStringTable^ Add( int locale )
![](collapse_all.gif)
- locale (Int32)
- Locale of the table
![](collapse_all.gif)
The new string table, or the existing table if the locale already existed.