# Sandbox.LanguageContainer

A container for the current language, allowing access to translated phrases and language information.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`

## Properties

- [`Current`](/api/Sandbox.LanguageContainer/Current): Information about the current selected language. Will default to English if the current language isn't found.
- [`SelectedCode`](/api/Sandbox.LanguageContainer/SelectedCode): The abbreviation for the language the user wants. This is set by the user in the options menu.

## Methods

- [`GetPhrase`](/api/Sandbox.LanguageContainer/GetPhrase)
