An open API service indexing awesome lists of open source software.

https://github.com/yjg30737/pyqt-multi-language-example

Simple example of how to support multi language with JSON and python dictionary in PyQt
https://github.com/yjg30737/pyqt-multi-language-example

pyqt pyqt-examples pyqt5 pyqt5-desktop-application pyqt5-examples pyqt5-gui

Last synced: about 1 month ago
JSON representation

Simple example of how to support multi language with JSON and python dictionary in PyQt

Awesome Lists containing this project

README

        

# pyqt-multi-language-example
Simple example of how to support multi language with JSON and python dictionary in PyQt

Not to mention, PyQt5 needed

and i've used JSON file (don't use Qt Linguist or QTranslator, gettext or anything like that since it is hard to do and not so fluent, pretty much "prompt command hell" to me)

How to run? clone this and python main.py and baam that's it

You can add your own language to understand how this works :) Better be

https://github.com/yjg30737/pyqt-multi-language-example/assets/55078043/b29b7d63-175d-4d2f-8f62-801a338daa70

In this video the combobox popup is invisible because i took this with Windows recording feature not OBS studio or anything