That would take care of the string translation, but not change the order of
the label/input fields.

For that I suppose you'd have to create your own form by hand as described
in http://web2py.com/book/default/chapter/07#Custom-forms

Although I'm not sure (no CSS/HTML/browser wizard myself) - if the locale
is HE, does the browser take care of changing the rendering order ?

--izar




On Sat, Feb 1, 2014 at 10:26 AM, Adnan Smajlovic
<[email protected]>wrote:

> Hi Danny,
> Use/Create a translation file en-he, and all will be done for you. After
> that, use all your text with a T() tag.
>
> Field('message', 'text', label=*T*('Inquiry Message'), default='')
>
> There will be no issues:
> http://beauty-spots.com/inquire (Just spotted that first field wasn't
> translated, but the rest is).
>
>
>
> On Sat, Feb 1, 2014 at 5:36 AM, <[email protected]> wrote:
>
>> so far I have great success using web2py and forms, but
>> my knowledge of html/css etc tends to zero, so is there a simple way to
>> have a form in hebrew? i.e
>>   hebrew input data : hebrew field name
>> thanks,
>>   danny
>>
>> --
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
>
> Thanks,
> Adnan
>
> Blue Mint Solutions Inc.
> bluemintsolutions.com
> Mobile #: (647) 964 2674
>
>   --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to