PHP Classes

File: demo/langs/tr.php

Recommend this page to a friend!
  Classes of Melih Berat SANLI   PHP Multilanguage Support   demo/langs/tr.php   Download  
File: demo/langs/tr.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: 295 bytes
 

Contents

Class file image Download
<?php
$LANG
= array();
$LANG['hw'] = "Merhaba Dünya!";

$LANG['link1'] = "Ana Sayfa";
$LANG['link2'] = "Hakk?mda";
$LANG['link3'] = "?leti?im";

$LANG['select'] = "Lütfen bir dil seçiniz";
$LANG['select_log'] = "Seçti?inzi dil '%s'";

$LANG['t_e'] = "Hata mesaj? testi!";
?>