IWbsField.FieldNameMultilingual Property
ReadOnly Property FieldNameMultilingual() As MultilanguageString
This language is not supported or no code example is available.
Property Value
MultilanguageStringThe field name.
This value may be also an Excel formula which returns localized column names.
So instead of hard-coded "Progress-2
",
the following formula can be used: "=BoQXLS_Progress & "-2" & GetVersionID(-2)
".
In this case, you most likely don't need to set a text in other languages, because
the formula will automatically display the localized string.
When columns are side-by-side, fields having similar names are merged.
The FieldName and FieldNameMultilingual properties are connected. Any change in the FieldName will modify also the FieldNameMultilingual property. And vice-versa, a change in the FieldNameMultilingual may modify also the FieldName property.
Available since QDV 7.18.655.