Hi Ruis, I make search for "multi-language" and find your post.
I see your demo and dl your MOD but not sure to understand how this work? With default snews.php file there is one copie for each additional language to translate snews variables. But when I write articles, etc... (content) how this work ?
Do I need to switch language settings to write in different lang or, the system use, itselself, a direct langage translation ? (I read the french translation in your demo and is like a Babel translation, I think

For Amak post, if I'm not wrong, he tell about meta of the doctype of the index.php and I'm agree for this.
When I display the source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://www.engcivil.net/demos/ml/" /><title>sNews 1.6ML</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="description" content="sNews CMS" /><meta name="keywords" content="new, site, snews" /> <meta name="Robots" content="index,follow" />.....
For
meta name="description" and
meta name="keywords" I want to change this with the appropriate language
and for this line:
<html xmlns="http://www.w3.org/1999/xhtml">
That I write like this for my sites:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
Well what's I need to do for this in my index.php and snews.php to add and change this ?
<?php echo s('description'); ?><?php echo s('keywords'); ?><?php echo s('xmllang'); ?><?php echo s('lang'); ?>
maybe ?? and in news.php ? I'm not a coder...
BTW you idea for "Displaying Keywords and Keyword Cloud" is also a good add

Thanks for your help and sorry for my bad english I hope you understand my questions.