You cheated ;-)
In the tutorial, you create two separate properties files;
StockWatcherConstants_de.properties and
StockWatcherMessages_de.properties
But you have only created StockWatcherConstants_de.properties,
and in there you put both your static and generalized strings.
Try creating a StockWatcherMessages_de.properties aswell and put these
rows in there:
lastUpdate = Letzte Aktualisierung: {0,date,medium} {0,time,medium}
invalidSymbol = ''{0}'' ist kein gültiges Aktiensymbol.
and remove the same rows from StockWatcherConstants_de.properties
On 8 Nov, 03:42, Angel Marquez <[email protected]> wrote:
> I am here in the SW
> tutorial:http://code.google.com/webtoolkit/tutorials/1.6/i18n.html
>
> Completed, I think, the lesson; but, when I check in hosted
> mode:http://localhost:8080/StockWatcher.html?locale=de
>
> The timestamp appears in English...
>
> Any ideas? src attached.
>
> Thank you in advance.
>
> -Angel
>
> gwt-SW-src.zip
> 11KVisaHämta
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---