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
Step 1: Go to the DarkestDungeon\localization folder and open up the string_table file you want to edit. For example, go into heroes.string_table.xml where you'll see a lot of entries like this:
<entry id="hero_class_name_bounty_hunter"><![CDATA[Bounty Hunter]]></entry>
You can change them like so:
<entry id="hero_class_name_bounty_hunter"><![CDATA[Batman]]></entry>
This by itself doesn't do anything, until...
Step 2: Go to the DarkestDungeon\_windows folder and run the file "localization.exe". This will compile the changes you made in the string_table.xml files, so now when you open the game the Bounty Hunter class will be renamed Batman.