LanguageBaseItem(Int16, Int16, Int16) Constructor
            Initialize a new instance of the LanguageBaseItem class.
            
Namespace: InTheHand.Net.Bluetooth.AttributeIdsAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public LanguageBaseItem(
	short naturalLanguage,
	short encodingId,
	short baseAttributeId
)
Public Sub New ( 
	naturalLanguage As Short,
	encodingId As Short,
	baseAttributeId As Short
)
public:
LanguageBaseItem(
	short naturalLanguage, 
	short encodingId, 
	short baseAttributeId
)
new : 
        naturalLanguage : int16 * 
        encodingId : int16 * 
        baseAttributeId : int16 -> LanguageBaseItem
Parameters
- naturalLanguage  Int16
- The Natural Language field of the entry.
            Some example values are 0x656E which is "en", and 0x6672 which is "fr".
            
- encodingId  Int16
- The IETF Charset identifier for this language.
            e.g. 3 for US-ASCII and 106 for UTF-8,
            see EncodingId
- baseAttributeId  Int16
- The base Attribute Id for this language
            in the record.
            e.g. 0x100 for the Primary language.