|
|
|
|
Gigya's Developer Documentation > Wildfire Sharing Tool > Developer's Guide > UI Customization > Languages Support
Languages SupportFrom $1Table of contentsWildfire 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:
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. 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:
|
||||||||||||||||||||||||||||||||||||||||||||||
|