May 2017
Beginner to intermediate
444 pages
11h 31m
English
In this recipe we will prepare our GUI for internationalization by realizing that not all is as easy as could be expected when translating English into foreign languages.
We still have one problem to solve, which is, how to properly display non-English Unicode characters from foreign languages.
One might expect that displaying the German ä, ö, and ü Unicode umlaut characters would be handled by Python 3.6 automatically, but this is not the case.
Read now
Unlock full access