Jump to content
Sign in to follow this  
Guest

Languages for ofp

Recommended Posts

Guest

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 smile_o.gif

Share this post


Link to post
Share on other sites

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 smile_o.gif

Share this post


Link to post
Share on other sites

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

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? rock.gif

Share this post


Link to post
Share on other sites

I think it supports the special alphabet we use, ĺäö for example. wink_o.gif

Share this post


Link to post
Share on other sites

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,Swedish

Hello,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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×