Software Details:
Version: 1.0.9
Upload Date: 5 Jun 15
Distribution Type: Freeware
Downloads: 166
Size: 549 Kb
Just like in Java, translations (versions) are pulled from local ‘.properties' files.
A sample project is included with the download package.
Features:
- Uses Java standard ‘.properties‘ files for translations
- Uses standard ISO-639 for language code and ISO-3166 for country code
- Sequential loading of resource bundles from base language to user-specified/browser-specified so there is always a default value for an untranslated string (eg: msg.properties, msg_pt.properties, msg_pt_PT.properties)
- Uses the browser reported language if no language was specified
- Placeholder substitution in resource bundle strings (eg, msg_hello = Hello {0}!!)
- Suport for namespaces in keys (eg, com.company.msgs.hello = Hello!)
- Support for multi-line property values
- Resource bundle keys available as Javascript vars/functions or as a map
Requirements:
- JavaScript enabled on client side
- jQuery
Comments not found