Wednesday, March 27, 2013

Simple Language

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. Simple Language - CodeCanyon Item for Sale arabic // automatic language detection // bootstrap // chinese // cyrillic // data import // dictionary // language // language class // localization // multilanguage // translation // utf-8 //
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)
SUPPORTS ALSO (every UTF-8 characters):
  • Cyrillic
  • Chinese
  • Arabic
But you can also import language files if you are using them.

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
or
  • Login: demo
  • Password: demo
Check out the DOCUMENTATION

Simple Language Requirements:

  • Mysql: 5.x
  • PHP: 5.x

Simple Language Installation:

  1. Copy files to your webroot directory
  2. Setup database
  3. Import setup.sql located in packege
  4. Edit config.ini or config.php with your settings
  5. Delete config.ini file if you want to use config.php
  6. DONE
Example of config.ini
 // 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 websites
 include_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.

Related produck This user:Maros37U

Smart Company Application - CodeCanyon Item for Sale

More items by Maros37U

No comments:

Post a Comment