[Gambas-user] Translations - Webpage
Hans Lehmann
hans at gambas-buch.de
Sat Oct 15 18:21:30 CEST 2022
Hello.
I refer to the given example in the documentation:
https://gambaswiki.org/wiki/doc/webpage.
The translations in lines 2 and 3, for example to German, are displayed
correctly in the generated web page.
(1) <<Page title="Gambas WebPage Example">>
(2) <h2><%Print ("Gambas WebPage are easy!")%></h2>
(3) <h2><%Print ("Time is ")%><%=Format(Now, "hh:nn:ss")%></h2>
(4) <</Page>>
Unfortunately, I cannot find an approach to also translate the text of
the `title` argument in line 1 from "Gambas WebPage Example" to "Gambas
Webpage Beispiel".
Can someone help me?
With kind regards
Hans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20221015/3713ea39/attachment.htm>
More information about the User
mailing list