/* Source code made by iri This code is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. You can do what you want with it */ fun main ()= _showconsole; /* load the language file to the given user startloc defines automatically the user language. If no translation exist, english version will be used. */ startloc "tutorials/localization/lang/mylocapp"; _fooS loc "WELCOME"; _fooS strloc loc "HELLO" (_getress "Defaultname") :: nil; let localtime time -> [_ mn h _ _ _ _ _] in _fooS strloc loc "DATE" (itoa h) :: (itoa mn) :: nil; _fooS loc "BYE"; 0;;