Gets or sets the SdkDocLanguage property.
[Visual Basic]<DefaultValue(Value:=SdkLanguage.en), _ TypeConverter(ConverterTypeName:="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09"), _ Description(Description:="Specifies to which Language version of the .NET Framework SDK documentation the links to system types will be pointing."), _ Category(Category:="Documentation Main Settings")>Public Property SdkDocLanguage As SdkLanguage [C#][DefaultValue(Value=SdkLanguage.en)][TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")][Description(Description="Specifies to which Language version of the .NET Framework SDK documentation the links to system types will be pointing.")][Category(Category="Documentation Main Settings")]public SdkLanguage SdkDocLanguage { get; set; } [C++][DefaultValue(Value=SdkLanguage.en)][TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")][Description(Description="Specifies to which Language version of the .NET Framework SDK documentation the links to system types will be pointing.")][Category(Category="Documentation Main Settings")]public: __property SdkLanguage get_SdkDocLanguage(); public: __property void set_SdkDocLanguage(SdkLanguage ); [JScript] publicDefaultValue(Value=SdkLanguage.en)TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")Description(Description="Specifies to which Language version of the .NET Framework SDK documentation the links to system types will be pointing.")Category(Category="Documentation Main Settings")function get SdkDocLanguage() : SdkLanguage publicDefaultValue(Value=SdkLanguage.en)TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")Description(Description="Specifies to which Language version of the .NET Framework SDK documentation the links to system types will be pointing.")Category(Category="Documentation Main Settings")function set SdkDocLanguage(SdkLanguage);
Specifies to which Language of the .NET Framework SDK documentation the links to system types will be pointing.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace