in the /index.html
###  both of them are not work !
  <lift:loc locid="log.in">Log in</lift:loc>
  <lift:loc id="log.in">Log in</lift:loc>
###

Cheers,
  Neil

On Oct 25, 6:27 pm, Timothy Perrett <timo...@getintheloop.eu> wrote:
> Neil,
>
> This is normal practice with java localisation - the best thing is do
> write all your strings then use native2ascii or similar tooling to
> convert it into the unicode representation.
>
> Glad you found my article helpful.
>
> Cheers, Tim
>
> On Oct 25, 5:02 am, "Neil.Lv" <anim...@gmail.com> wrote:
>
> >    if i use this code and it works correctly !
>
> >   Code:
> >   ###
> >     login = \u52a8\u4f5c
> >   ###
>
> >   But it's so difficult to write code !
>
> >   I don't know what happens with it .
>
> > Cheers,
> >   Neil
>
> > On Oct 25, 7:19 am, David Pollak <feeder.of.the.be...@gmail.com>
> > wrote:
>
> > > Please make sure your lift-core_zh_CN.properties was saved as UTF-8
>
> > > On Sat, Oct 24, 2009 at 11:31 AM, Neil.Lv <anim...@gmail.com> wrote:
>
> > > > Hi all,
>
> > > >   I create a props file in the resources folder  /src/main/resources/
> > > > i18n/lift-core_zh_CN.properties
>
> > > >   And i changed the "log.in" text value.
>
> > > >   Now i use this code in my index.html page, and it doesn't corretly.
> > > > (garbled)
>
> > > >   ### it doesn't work
> > > >     <lift:loc locid="log.in">Log in</lift:loc>
> > > >   ###
>
> > > >  This information from:
>
> > > >http://blog.getintheloop.eu/2009/7/26/how-to-extensive-localization-w...
>
> > > > Cheers,
> > > >  Neil
>
> > > --
> > > Lift, the simply functional web frameworkhttp://liftweb.net
> > > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > > Follow me:http://twitter.com/dpp
> > > Surf the harmonics
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to