Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.077 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'subject:language': 0.09; 'gui': 0.13; 'wrote:': 0.15; 'cc:addr:python-list': 0.16; 'pm,': 0.16; 'cheers,': 0.19; 'cc:2**0': 0.21; 'this?': 0.22; 'header:In- Reply-To:1': 0.22; 'received:209.85.212.46': 0.23; 'received:mail- vw0-f46.google.com': 0.23; 'thu,': 0.28; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'toolkit': 0.30; 'chris': 0.32; 'received:209.85.212': 0.34; 'app': 0.35; 'switch': 0.35; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'hello,': 0.38; 'received:209': 0.40; 'peter': 0.62; 'texts': 0.73; 'click': 0.79; 'menu.': 0.84; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Mq8Tj/pJ9WwXL98dBqL8fzwx8qvxB3OSBiKowv+Au04=; b=Z3RLI1h3u5MFA1SI2zJTaymfCi7vpSAmIyo1DiUWBgfDPoBhjOl3z8PBBut2+UW3Ta HED3dzglmFhZVHt5/CpxT2PJCAfPM+CVpt6Ydfttqfg+AOSg2L3vHEpC6rCAJ9CQbpXU TY/hshVhxGx5XmwDcLMenzTAd+QwTTQnJBwCY= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: Date: Thu, 28 Jul 2011 20:35:39 -0700 X-Google-Sender-Auth: LDgTbnlLhF_nAspjNbdiyf9gcmc Subject: Re: gettext switch language on the fly From: Chris Rebert To: Peter Irbizon Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311910543 news.xs4all.nl 23958 [2001:888:2000:d::a6]:57388 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10497 On Thu, Jul 28, 2011 at 6:20 PM, Peter Irbizon wrote: > hello, > I am using gettext fo localization > Now I would like to switch all texts in my app when I click on item in menu. > Unfortunatelly this not switch texts immediately. How can I do this? Which GUI toolkit are you using? Cheers, Chris