[TYPO3-english] Localisation value and locale_all value
Andreas Burg
typo3 at andreasburg.de
Mon Oct 13 16:32:20 CEST 2008
hello Rupali,
> i want to know how can i find the locale_all and htmlTag_langKey values for
> any language?
> page.config.locale_all = en_UK
> page.config.htmlTag_langKey = en_UK
the locale_all you can find on your server ->
<?php
echo "<pre>";
system("locale -a");
echo "</pre>";
?>
html attribute "lang" perhaps here:
http://www.selfhtml.net/diverses/sprachenkuerzel.htm
also the page is in german, you can find a list and links to the norms
Andreas
More information about the TYPO3-english
mailing list