Guest Posted November 27, 2003 I remember someone asked this ages ago, but I can't find the thread. What languages does OFP support? Well as far as I can tell it supports the following: Chinese Czech Danish Dutch English Finnish French German Greek Hungarian Icelandic Italian Japanese Korean Norwegian Polish Portuguese Russian SerboCroatian Slovak Spanish Swedish Turkish There you go Share this post Link to post Share on other sites
GoOB 0 Posted November 27, 2003 Do you mean what languages OFP come in? Or something entirely different? If it is the first alternative, there is no Swedish OFP version. AFAIK there are only the English, Czech, Russian and Polish language versions. Possibly German and French language versions. Dunno about those though Share this post Link to post Share on other sites
benu 1 Posted November 28, 2003 My version (ofp 1.00/eu and resistance) can select english, french, italian, spanish and german as language. Share this post Link to post Share on other sites
Guest Posted November 28, 2003 Hmmm...interesting. It's taken from the Languages.hpp file that is part of Binarize: Quote[/b] ]// Language table #define Chinese 0x04 #define Czech 0x05 #define Danish 0x06 #define Dutch 0x13 #define English 0x09 #define Finnish 0x0b #define French 0x0c #define German 0x07 #define Greek 0x08 #define Hungarian 0x0e #define Icelandic 0x0f #define Italian 0x10 #define Japanese 0x11 #define Korean 0x12 #define Norwegian 0x14 #define Polish 0x15 #define Portuguese 0x16 #define Russian 0x19 #define SerboCroatian 0x1a #define Slovak 0x1b #define Spanish 0x0a #define Swedish 0x1d #define Turkish 0x1f Maybe that refers to versions of Windows then? Share this post Link to post Share on other sites
pong2cs 0 Posted November 29, 2003 OFP support Danish!? Where? Share this post Link to post Share on other sites
EiZei 0 Posted November 29, 2003 I think it supports the special alphabet we use, ĺäö for example. Share this post Link to post Share on other sites
toadlife 3 Posted December 1, 2003 OFP can support any langauge via a mod. You can make a mod that translates all of the default stringtable.csv file into whatever lanaguage you want. You just add a your chosen language to the end of the stringtable file e.g.... Quote[/b] ]English,Spanish,Italian,French,German,Czech,SwedishHello,hola,salve,bonjour,hallo,pokřikovat,hallĺ And then you open up your flashpoint.cfg file and manualy change the laguage to your new language.. Quote[/b] ]Language="Swedish"; When you load up flashpoint with your language mod selected and your custom language configured, all of the menus will now be in Swedish. This can also be done with missions and addons Share this post Link to post Share on other sites