Nolsy: When your game text shits itself:
1) Extract the gamedata from the .db files (you should have this as a backup when you're modding the game, incase you fuck something up then you can just recopy and paste the original shit for instant fix)
2) When you have your config/misc folder ready in your gamedata directory to be modded, go and copy/paste (duplicate) any .ltx file in that folder
3) edit the content of the copied .ltx file in the notepad to the following...
[string_table]
language = eng
font_prefix = ;_cent ;_west
NOTHING ELSE!
Then change the file name to localization.ltx and leave it in gamedata/config/misc
4) Go to your system.ltx file, look for 'extra content' and you will see the localization.ltx included
5) change it to 'misc\localization.ltx' so your system file actually knows where to get the localization setting from (This is what you guys are missing, you can fuck around with the localization file forever but if it is not linked in with your system.ltx it will just use the default code text which looks fucked)
6) Now you can read again