Interface ILangString
Strings with language tags
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface ILangString : IClass
Properties
| Improve this Doc View SourceLanguage
Language tag conforming to BCP 47
Declaration
string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Text in the Language
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |