LocalizedNameCollection.Remove method
Removes a localized name from the collection by using various options.
Overload list
Name | Description | |
---|---|---|
Remove(UInt32) | Removes the localized name for the specified locale identifier (LCID) from the collection. | |
Remove(UInt32, String) | Removes the localized name for the specified locale identifier (LCID) from the collection by using a setting identifier. |
Top