You are not logged in.   Log in | Register

Languages Support

From $1

Wildfire supports internationalization. Wildfire's default language is English. You may change Wildfire's language to one of the supported languages by assigning a two character language code to the lang configuration parameter. 

Example:

conf['lang'] = "da"; // This will change Wildfire language to Danish!

 

Currently Supported Languages:

Language Language Code
English en
Chinese (Hong Kong) zh-hk
Chinese (Taiwan) zh-tw
Czech cs
Danish da
Dutch nl
Finnish fi
French fr
German de
Greek el
Hungarian hu
Italian it
Japanese ja
Korean ko
Norwegian no
Polish pl
Portuguese pt
Portuguese (Brazil) pt-br
Russian ru
Spanish es
Spanish (Mexican) es-mx
Swedish sv

Loading Language Specific SWF (in ActionScript2)

If you are using AS2 you have to manually load the language specific version of wildfire.swf file. To do that append "_" character and the language code to the wildfire swf name.
For example, to load the Mexican Spanish version of wildfire in AS2 change the line:

mcWF.loadMovie('http://cdn.gigya.com/WildFire/swf/wildfire.swf','get');

to:

mcWF.loadMovie('http://cdn.gigya.com/WildFire/swf/wildfire_es-mx.swf','get');

 

 

 

 

Tags:
Files (0)