Did you try to translate with gettext and not using the Swedish characters in the code?
On Mon, Nov 15, 2010 at 8:34 AM, Amit Badkas <[email protected]>wrote: > Hi, > > You can also try > > echo $form->end(array('label' => 'Lägg till', 'escape' => false)); > > Amit Badkas > > PHP Applications for E-Biz: http://www.sanisoft.com > > > > On Sun, Nov 14, 2010 at 1:46 AM, cricket <[email protected]> wrote: > >> On Sat, Nov 13, 2010 at 8:28 AM, Björn N <[email protected]> wrote: >> > Hi! >> > I want to use a label "Lägg till" on a submit button, using the code: >> > <?php echo $form->end('Lägg till'); ?>, but that renders a button with >> > no text in it. If I change the 'ä' to an 'a' the label shows up fine, >> > but without the dots above the a. I've tried 'ä" to no avail. >> > I'm pretty sure that the problem exists for other european languages >> > too, but as I don't read these languages, it's hard to find a fix for >> > the problem. >> >> >> Try: >> >> echo $form->submit('Lägg till', array(escape' => false)); >> echo $form->end(); >> >> Check out the new CakePHP Questions site http://cakeqs.org and help >> others with their CakePHP related questions. >> >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<cake-php%[email protected]>For >> more options, visit this group at >> http://groups.google.com/group/cake-php?hl=en >> > > Check out the new CakePHP Questions site http://cakeqs.org and help > others with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Regards, Zaky Katalan-Ezra QA Administrator www.IGeneriX.com Sites.IGeneriX.com 054-7762312 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en
