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