-
oTrance is a PHP script for managing translations. It is the perfect tool for creating language packs for existing apps or websites. It allows webmasters to setup an interface where users can translate an application into their local language. Features of oTrance:- Installation wizard- Password-protected interface- Fine grain user permissions- Import and export language packs- Automatic language pack builder- Activity ...
-
Colossal Mind Language Detector is a script which can detect the preferred language of the user accessing the site. It can look at the HTTP request accept header and determine the preferred language of the user from a list of supported languages. The detected language can fallback to a language associated to the user country in case the Accept header ...
-
This PHP script is used to loads localization strings based on the current chosen idiom. The current idiom option is read and loaded using an include file command with the definitions of constants that define application strings in the chosen idiom.Requirements:- PHP 3 or higher
-
This is a PHP script used to let the user choose local language of the application. It display a form select input to let the user choose language he perfers from a list available language. The selected language is stored in a cookie file to let the class load the respective application idiom texts.Requirements:- PHP 3.0 or higher
-
GPLTrans is a PHP-based translator which uses machine translation to translate text to a foreign language. Currently supported languages include English, German, Spanish, French, and Portuguese. It uses MySQL for storing and processing words and text for each languauge.
-
Multi Language module for Esvon Classifieds offers multi-lingual capability for website, admin can translate the entire site into as many languages as desired.Translatable templates and category names. The translated templates for each language are stored in separate directory, language specific charsets (for pages/emails) and date formats can be specified. In website front-end you can have languages switching drop-down menu or ...
-
Language Definition can load localized texts for a given idiom from a script that contains an associative array with the text translations.The translation for a given text is retrieved by looking up the translation associative array.Requirements: PHP 5.0 or higher
-
Recursive reference serialize can take an object value and generate a string that represents the information contained in the object. It can also do the opposite, i.e. process a string with an object representation and recreate the original object value. Recursive reference serialize takes care of cyclic object references, i.e. objects that reference other objects and those objects contain references ...
-
PH Pexplorer is a kind of file browser/explorer for Servers with PHP 4/5. Works with Opera 7+, Internet Explorer 7+, Firefox 2 (Linux and Windows), Safari 1.3+. PH Pexlorer automatically detects the best available and suitable language for the client. At the moment this program is available in English and German at clientside. Depending on your server configuration you can ...
-
The selected idiom is determined in assigned to a session variable so the rest of the site can check it to determine which idiom will be used. The Language Convert class desing a language handling, with optional links to choose the other languages (to be used in a form, for instance). Requirements: PHP 4.0 or higher
-
Translate accesses Google AJAX Web services API server to request the translation of a given text between to supported idioms. The JSON-formatted response is parsed and the result is stored in a variable. Requirements: PHP5.0 or higher
-
Advanced detecting user language checks the HTTP request User-Agent and Accept-Language headers to determine the user preferred idiom. PHP scripts can be loaded with locale text definitions for the preferred language. These locale definitions are returned as an associative array. Requirements:PHP 4 or higher
-
Arrays with the expressions defining the productions of the language to parse, are used as input. LR Parsing Tables returns arrays with LR(0) action and goto tables with non-deterministic cells for subsequent LR parsing. Requirements: PHP 4.0 or higher
-
HTTP Locale analyzes the HTTP request header Accept-Language and parses it to obtain the idiom and the country used in the browser accessing the current script page.The idiom and country get returned as class variables.Requirements: PHP 4.0.6 or higher
-
PHPCC takes as parameter a definition of a language grammar as a string. Then the main class can parse and process source code in the defined language.Callback functions that are invoked to process different types of elements of the language syntax, can be assigned by the main compiler class.Requirements: PHP 4.0 or higher


