Skip to content
CyberNex Logo
Back to Tutorials
FiveM3 min readJuly 15, 2026

Setting a Country Tag in Your FiveM Server

Ganidu Sathishka
Support Engineer at CyberNex | 4+ years customer technical support

Overview

The Locales option in server.cfg controls the flag and language tag of your server listing.

Step-by-Step Instructions

<ol><li>Open server.cfg via Configs in the panel or through txAdmin.</li><li>Pick a locale code from ISO 639-1 / ISO 3166-1 (for example en_GB, de_DE, es_ES).</li><li>Ensure sets locale "en_US" exists in server.cfg and replace the value with your locale.</li><li>Save and restart the server.</li><li>Reload the server list in the FiveM client.</li></ol>

Code / Configuration

<pre><code>sets locale "de_DE" # example: German flag + language</code></pre>

Related Hosting Services

Was this guide helpful?

Join our Discord for more guides and direct help from our engineering team.

Setting a Country Tag in Your FiveM Server | CyberNex