iv_PartNumberInLocale()

Synopsis

Returns the translation of the Part number in the current Inventor locale.

The "Part Number" property name is different from language to language. For compatibility, "Part Number" should be used. However, within the given locale, both the display name of this property and "Part Number" are deemed equivalent. For example, within the Russian locale, "????? ??????" and "Part Number" refer to same iProperty.

Syntax

iv_PartNumberInLocale ( ) string 

Example 1

English (United States) locale

Intent >iv_PartNumberInLocale()
--> "Part Number" 

Example 2

Russian locale

Intent >iv_PartNumberInLocale()
--> "????? ??????"