Menu

#5 Localisation problems with next/prev/etc

0.50
closed-works-for-me
L10N (1)
5
2001-10-04
2001-06-18
No

Currently can't localise Next/Previous/etc buttons as
the strings "next" and "previous" are used to determine
the next page.

Discussion

  • Mark Knox

    Mark Knox - 2001-07-18

    Logged In: YES
    user_id=260384

    I have solved this by pairing the buttons with a hidden
    field and changing the button's name. Each button is now
    called "wherenextb". The value of the button is the
    localised label text. An additional hidden field
    called "wherenext" is output by HTML.pm whenever the
    appropriate button should be displayed. The hidden field
    contains the literal "Previous", "Next", or "Finish". I
    tried it with the emailretrieval.pl and a quick script of
    my own and it seems to work.

     
  • Kirrily Robert

    Kirrily Robert - 2001-10-04
    • status: open --> closed-works-for-me
     

Log in to post a comment.