PHP Scripts - Simple Language - CodeCanyon
Simple Language his title this type of PHPScripts/Add-ons This time I will review,made by Maros37U, PHPScripts/Add-ons is sold at a price of $13 in CodeCanyon.Created | 3 November 12 |
Last Update | 24 February 13 |
Compatible Browsers | IE9, Firefox, Safari, Opera, Chrome |
Software Version | PHP 5.x, MySQL 5.x |
Files Included | JavaScript JS, HTML, CSS, PHP, SQL |
More Info...Simple Language ..
Check out the ADMIN DEMO
Very simple to use but feature full script for adding multilanguage support to your existing websites. It has newer been easier. NO LANGUAGE FILES REQUIRED. You define translations with easy to use and intuitive interface. Additional features:
- Automatic language detection from Browser language
- Automatic language detection from Browser by user country
- 18 New language selectors – check out DEMO PAGE
- New demo page, where are the new features well documented
- Automatic generation of language abbreviation (ISO 3166-1 alpha-2)
- Cyrillic
- Chinese
- Arabic
NEW VERSION APPROVED
NEW FEATURES:
- Possibility to choose if you want to use config.ini file or config.php
- Reason: Some webhosting companies doesnt allow to use INI files
- Usage: Simply delete config file which you dont want to use. (Also described in documentation)
Check out the LIVE DEMO
Check out the ADMIN DEMO Database is refreshed every 10 minutes. So you can make any changes you want. For login use:- Login: admin
- Password: admin
- Login: demo
- Password: demo
Simple Language Requirements:
- Mysql: 5.x
- PHP: 5.x
Simple Language Installation:
- Copy files to your webroot directory
- Setup database
- Import setup.sql located in packege
- Edit config.ini or config.php with your settings
- Delete config.ini file if you want to use config.php
- DONE
// Database Connection [database] host = localhost database_name = language_system username = root password = '' unix_websocket = '' // User creditionals for login [login] ;first user login login[] = admin password[] = admin
Example of config.php
// Database Connection $db_host = "localhost"; $db_dbname = "language_system"; $db_username = "root"; $db_password = ""; $db_unix_websocket = ""; // User creditionals for login ;first user login $confogin[] = "admin"; $confpassword[] = "admin";
Simple Language Usage:
Very simple integration to your websitesinclude_once 'language.class.php'; $languageInfo = new Language($_REQUEST['lang']); $dict = $languageInfo->getDictionary(); // in your code use placeholders defined in administration and Simple Language will replace placeholder with your defined value $dict['welcome_term']; // Welcome (if you choose English) // Willcomenn (if you choose German) // and so on
THATS ALL. VERY SIMPLE TO USE. You can define any language you want.
Simple Language Administration:
- Change language used in administration (Predefined languages: English, German, Slovak)
- Create new language
- Edit/Delete language info
- Add new terms
- Filter dictionary entries
- Delete dictionary entries
- Edit/Delete dictionary entries directly in datatable
- Upload files for import
- Import uploaded language files
If you have any problems please write me parsonal message and I will reply quickly as possible.
If you like this script please rate it. Thank you.
Download LinkSimple Language - ..
Related produck This user:Maros37U
No comments:
Post a Comment