Share

Application.LanguageCode Property

Parent Object: Application

Description

Read-only property that returns the language code used to describe the current language being used by Inventor. The code is returned in the form of an EITF language code. The following codes can be returned by Inventor:

  • Brazilian Portuguese: pt-BR
  • Czech: cs-CZ
  • English: en-US
  • French: fr-FR
  • German: de-DE
  • Italian: it-IT
  • Japanese: ja-JP
  • Korean: ko-KR
  • Polish: pl-PL
  • Russian: ru-RU
  • Simplified Chinese: zh-CN
  • Spanish: es-ES
  • Traditional Chinese: zh-TW

Syntax

Application.LanguageCode() As String

Property Value

This is a read only property whose value is a String.

Version

Introduced in version 2013

Was this information helpful?