# LanguageVersion

> String representation of the language version being used to compile the current Assembly.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Compilation](/engine/6000.6/script-reference/unityeditor/compilation.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public string LanguageVersion { get; }
```

### Remarks

This language version is set to the latest language version compatible with the target framework.
