# Sandbox.Language

Allows access to translated phrases, allowing the translation of gamemodes etc

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`Current`](/api/Sandbox.Language/Current): Information about the current selected language. Will default to English if the current language isn't found.
- [`SelectedCode`](/api/Sandbox.Language/SelectedCode): The abbreviation for the language the user wants. This is set by the user in the options menu.

## Methods

- [`GetPhrase`](/api/Sandbox.Language/GetPhrase)
