re. Sharing localized strings with non-<span id="st" name="st" class="st">PyQt</span> applications
<br><br>I have a need to be able to &quot;share&quot; <span id="st" name="st" class="st">PyQt</span> localized strings with a non-Qt program. I was hoping on putting the strings into a module that is then imported into both the 
<span id="st" name="st" class="st">PyQt</span> and non-<span id="st" name="st" class="st">PyQt</span> program, and somehow have the non-<span id="st" name="st" class="st">PyQt</span> program reassign __tr() so that it can access the strings. Any thoughts on how I might do this?
<br><br>Thanks,<br><br>Don<br><br>