> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.vibegames.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Setting a Country Tag in Your FiveM Server

## Introduction
FiveM servers can be displayed with different languages and country flags. This tutorial explains how to set the language and country flag for your server.


![Server Flags](https://storage.crisp.chat/users/helpdesk/website/ad38b4a7e4ed0000/group-48_1tucduc.jpg)

## Configuration
The server's flag and language are configured using the Locales option in the server config.

### Step 1 - Open Server Configuration File
1. Access the server configuration file (`server.cfg`) via the game server administration under Configs.
2. Alternatively, if you're using txAdmin, you can access it directly in TxAdmin.

### Step 2 - Find Locale/Language Code for Your Country

The language/display is defined using locales (language codes/country codes) based on [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) and [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) standards.  For example, British English is `en-GB`, Spanish is `es`, and Canadian French is `fr-CA`. You can find the complete lists of language and country codes on the respective Wikipedia pages. 

Below is a list of some relevant countries/languages:

| Country | Language   | Locale |
|------------------|------------|--------|
| Germany          | German     | de_DE  |
| USA              | English    | en_US  |
| Canada           | English    | en_CA  |
| Australia        | English    | en_AU  |
| United Kingdom   | English    | en_GB  |
| Finland          | Finnish    | fi_FI  |
| France           | French     | fr_FR  |
| Netherlands      | Dutch      | nl_NL  |
| Portugal         | Portuguese | pt_PT  |
| Brazil           | Portuguese | pt_BR  |
| Spain            | Spanish    | es_ES  |
| Singapore        | English    | en_SG  |

||| **CAUTION:** Most countries generally support displaying the server flag. However, not all resources include every language. So, check beforehand if your country/language is supported!.

### Step 3 - Adjust Server Configuration File
1. Open the server configuration file (`server.cfg`).
2. Check if the `sets locale` command exists. If not, add it with the desired value, for example: `sets locale "en_US"`
3. Replace `"en_US"` with your desired language/locale code.
4. Save the changes.

### Step 4 - Restart and Test Server
1. Restart the server to apply the changes.
2. Reload the server list in your FiveM client.
3. You should now see the updated language and country flag.

Congratulations! You've successfully set the country tag for your FiveM server.