Share

Application.Language Property

The language used in the current session of Revit.


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public LanguageType Language { get; }

Property Value

LanguageType

Remarks

Use this property to determine the language used by Revit; this can allow your application to load the appropriate resources.

See Also

Reference

Was this information helpful?