Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goliatone/as3i18n

ActionScript 3 localization library
https://github.com/goliatone/as3i18n

Last synced: 23 days ago
JSON representation

ActionScript 3 localization library

Awesome Lists containing this project

README

        

as3i18n
=============

Flexible localization library to handle localization of your ActionScript 3 projects.
It features a highly customizable api that does not tie you to any specific implementation or format.

The library defaults to use XML to store the localized strings, a simple XML loader, and data parser.

It has been used with different source formats such as simple key par in TXT file or gettext po files.
Examples of such use are not included at the moment.

Exaples and Documentation
-------------------------

At the moment there is only one simple flash AS3 example to get you started.
Next goal will be to create some wiki pages and decent examples as well as some
more advanced ones to showcase the flexibility and power of the library.