ProvideLanguageServiceAttribute.LanguageResourceID Property
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.
Returns the resource ID used to obtain the localized version of the language name.
public:
property int LanguageResourceID { int get(); };
public:
property int LanguageResourceID { int get(); };
public int LanguageResourceID { get; }
member this.LanguageResourceID : int
Public ReadOnly Property LanguageResourceID As Integer
Property Value
Returns a number representing the resource ID. This is the same value that was passed to the class constructor.
Remarks
This property is not normally used outside the class.