<Code Lib>
2021 Property
Changes 0
P

Application.Language

Description:
The language used in the current session of Revit.
Remarks:
Use this property to determine the language used by Revit; this can allow your application to load the appropriate resources.

public LanguageType Language { get; }

Loading…