Deployment Tools Foundation
Item Property (locale)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► VersionResource ► Item[([(Int32])])
Gets the string table for a specific locale, or null if there is no table for that locale.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public VersionStringTable this[ int locale ] { get; }
Public ReadOnly Default Property Item ( _ locale As Integer _ ) As VersionStringTable
public: property VersionStringTable^ default[int locale] { VersionStringTable^ get (int locale); }
Parameters
- locale (Int32)
See Also