QGIS has some 'startup options' if started from the commandline. One I often use is the --lang nl one, to (temporarily) start QGIS in dutch to check for example what a menu looks like in dutch.
I was trying to develop simple python application via this guide link. And I met some problems while trying to run an example code. from qgis.core import * # Supply ...