Leo<HTML>

Locales

Compiler Options - Reference
Input Output
Macros
Locales
Warnings
Init Infos
Temporary Files
Other Stuff
Locales
If you are use locales at your page you'll have to tell the compiler which locale he has to choose. This has to be done with this option.

Locale Definition:
  
  -lc   --locale lang   
 



You simple have to define the language string.

If you have such a locale at your page:

Example:
  
<locale> 
  <locale language="en"> 
 
 Once apon a time there was a man... 
 
  </locale> 
  <locale language="ede"> 
 
 Es war einmal vor langer Zeit ein Mann... 
 
  </locale> 
</locale> 
 



... and you want to choose the "en" language ...

Example:
  
$ leohtml -if foo.lhtml -of foo.html -lc en 
 



You can define multiple locales too.


This page was created by King Leo . Page generator was Leo<HTML> version 1.0.0 .