HxLang is a lightweight internationalization (i18n) library for Haxe. It loads language files (in .json format) and provides a simple API for switching and retrieving localized strings across different platforms (sys, js, or other targets).
Cross-platform support: works with sys, js, and fallback for other targets.
Simple JSON-based language files.
Retry mechanism for failed or empty language loads.
Fallback to default language if desired language is missing.
Runtime language switching.
Easy integration into Haxe games/apps.