 | ExternalDataReferenceAddLanguage Method |
Adds a language attribute to the internal element. If this is the first language attribute, a simple attribute is
added.
If this is not the first, a language attribute list is used. A former created simple attribute is transferred to a
list item.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static void AddLanguage(
this InternalElementType internalElement,
string language
)
<ExtensionAttribute>
Public Shared Sub AddLanguage (
internalElement As InternalElementType,
language As String
)
public:
[ExtensionAttribute]
static void AddLanguage(
InternalElementType^ internalElement,
String^ language
)
Parameters
- internalElement InternalElementType
- The internal element.
- language String
- The language specification.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
InternalElementType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions
See Also