Game Localization
A GameLocalization describes the language support for a Game. Makers declare which languages their game supports and what aspects are localized.
Properties
| Property | Type | Description |
|---|---|---|
Id | int | Primary key |
GameId | int | FK → Game |
Language | string | Language code (e.g. en, de, ja) |
HasUi | bool | Whether the UI/menus are translated |
HasText | bool | Whether in-game text is translated |
HasAudio | bool | Whether audio/voiceover is localized |
HasCaptions | bool | Whether subtitles/captions are available |
SortOrder | int | Display order priority |
Usage
Localization entries are informational — they help buyers understand what language support to expect. They appear on the game detail page.