Simple Language (Add-ons)

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.

But you can also import language files if you are using them.

Check out the LIVE DEMO

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 with your settings
  5. 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
    

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.

Download Simple Language (Add-ons)

Leave a Reply

Your email address will not be published. Required fields are marked *