Help
Translate Babel Flash .xml localization files
🔗What are Babel Flash .xml localization files?
Babel Flash localization files are language files using the XML file format for a project called Babel Flash used for Flash internationalization.
Given that the Flash player is no longer supported by Adobe, and because the project doesn’t seem to have been updated since 2012, it is safe to assume the project has been abandonned and WebTranslateIt will stop supporting this localization file in the future, but we will keep this page up for posterity.
🔗Babel Flash .xml file example
Here’s an example of Babel Flash .xml file.
<?xml version="1.0" encoding="utf-8" ?>
<data>
<fonts>
<externalfont>
<fontname>BlargFont</fontname>
<content>blarg.swf</content>
</externalfont>
</fonts>
<locale>
<language>en</language>
<textasset>
<id>text_test</id>
<content>Hello</content>
<font>_sans</font>
<size>24</size>
</textasset>
<graphicasset>
<id>graphic_test</id>
<content>apple_pie.jpg</content>
</graphicasset>
</locale>
</data>
🔗More Information
- Babel Flash
- Google Code page — Google Code is what people used to use before GitHub.
© 2009-2024 WebTranslateIt Software S.L. All rights reserved.
Terms of Service
·
Privacy Policy
·
Security Policy