Share

IManagedComponents.ContentCenterLanguage Property

Gets and sets the name of the language to be used in searches for Content Center parts. Acceptable values: "en-US" "zh-CN" "zh-TW" "cs-CZ" "de-DE" "fr-FR" "es-ES" "it-IT" "ja-JP" "ko-KR" "pl-PL" "pt-BR" "ru-RU" "hu-HU"

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property ContentCenterLanguage As String
	Get
	Set

C#

string ContentCenterLanguage { get; set; }

Property Value

Type: String

Remarks

It's usually not necessary to set this explicitly in a rule that is stored within a document. When you create a rule, the current language is stored (one time only) in the document. That language is then used as the default for all rules in the document. But in an external rule, this property should be set explicitly.

See Also

Reference

Was this information helpful?