PHP Classes

File: test/test.php

Recommend this page to a friend!
  Classes of Melih Berat SANLI   PHP Multilanguage Support   test/test.php   Download  
File: test/test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Multilanguage Support
Retrieve texts for multiple application languages
Author: By
Last change:
Date: 4 years ago
Size: 319 bytes
 

Contents

Class file image Download
<?php
require_once("../lib/multilang.php");

multilang::set("dir", "../demo/langs/");
multilang::setup();

echo
multilang::get("dir");


echo
"Output:". multilang::lang('hw');
echo
"Output:". multilang::lang('hwa');

echo
"<br/>";
echo
multilang::listlang("html");



print_r(multilang::get("log", 1));