OK, it rather seems to be a general problem, not only for i18n. I wanted to use umlauts in validation error messages, too, and it doesn't display either!
'message' => 'Sie müssen mindestens einen deutschen, franzoesischen oder italienischen Begriff eingeben' Replacing them with ¨ etc. is being escaped, so this isn't a solution, too... Any idea? On 8 Sep., 10:14, psybear83 <[email protected]> wrote: > Hi all > > I'd like to have umlauts (ä, ö, ü) in my msgids for i18n because my > default language is german. But when I do that, the messages won't get > displayed! Is this a bug? > > Thanks > Josh 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
