ISharePointProjectFeatureResourceFileCollection.Add(CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new resource file for the specified culture and adds it to this collection.
public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile Add (System.Globalization.CultureInfo cultureInfo);
Parameters
- cultureInfo
- CultureInfo
The culture info for the new resource file.
Returns
An object representing a resource file.
Exceptions
Occurs if cultureInfo is null.
Occurs if a resource file with the specified cultureInfo already exists.