Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I am tried to figure out this but still get nothing
1. Go into your custom scenario folder
2. Inside your scenario folder, is another folder named "Game" go in it.
3. Open stringTable.xml
stringTable.xml holds all the descriptions for the nations. If you look in it, you can see a few descriptions like Italy's and China's, etc.
Your nation will have no description yet, lets take Chile as an example:
<string id="SID.Game.Country.Description.EconomyFixer.Chile" value=""/>
Just add your description in between those parenthesis
<string id="SID.Game.Country.Description.EconomyFixer.Chile" value="Chile is good"/>
Now if you save that, and go into game and select Chile as your nation, you description will be there. Obviously yours can say something else and be a different nation.