On Fri, Oct 19, 2012 at 4:24 PM, Achim Feldmann <
joafe...@gmail.com> wrote:
> First thanks for you immediate response and your work on node-webkit!
>
> My current locale is set to german. When I open file dialogs in chrome (Mac
> OX X 10.8.2) (e.g. here
>
http://www.html5rocks.com/de/tutorials/file/dndfiles/) the dialogs controls
> (save,open buttons,..) are in german language.
> When I launch my node-webkit app from iTerm and open a file dialog, its
> language is englisch.
>
> macbookjo:~/Development/_projects$ locale
> LANG="de_DE.UTF-8"
> LC_COLLATE="de_DE.UTF-8"
> LC_CTYPE="de_DE.UTF-8"
> LC_MESSAGES="de_DE.UTF-8"
> LC_MONETARY="de_DE.UTF-8"
> LC_NUMERIC="de_DE.UTF-8"
> LC_TIME="de_DE.UTF-8"
> LC_ALL=
>
> Maybe the locale is right after packing the app?
> What am i doing wrong? Thanks again!