Deployment Tools Foundation
Contains Method (locale)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► VersionResource ► Contains(Int32)
Checks if a version string table exists for a given locale.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Contains( int locale )
Public Function Contains ( locale As Integer ) As Boolean
public: bool Contains( int locale )
Parameters
- locale (Int32)
- Locale to search for
Return Value
Boolean
True if a string table was found for the locale; false otherwise.
True if a string table was found for the locale; false otherwise.
Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)