<?php $mode = 'xhtml'; // output mode: wml or xhtml $defDictionary = 'en|ru'; // default dictionary, see readme.txt for details require_once 'class.GoogleWAPDictionary.php'; $dict = new GoogleWAPDictionary(); $dict->defDictionary = $defDictionary; $dict->show($mode); ?>