python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Change language of standard contextMenu in PyQt5
I try to change the language of the standard contextMenu of QLineEdit, and all other TextEdit components in PyQt5. The language is in english but my locale language is german.
So Cut, Copy, Paste,Undo...
Robert
Votes: 0
Answers: 0
How do I make my application find the gettext translations?
I'm trying out gettext translations for xnec2c.
gettext generates a po/xnec2c.pot file at build time and I have translated that .pot file to de_DE and placed it in /usr/share/locale/de_DE/LC_MESSAGES/...

KJ7LNW
Votes: 0
Answers: 2
How to translate text in an external javascript file? (Django)
I have a JavaScript file that appends elements to the body according to the user interaction.
Right now in my index.html template I'm declaring global variables with the translated text:
{% block mai...
qwerty000
Votes: 0
Answers: 1
i18next not detecting language variation, eg: en-us
When I set in my browser a language variation, for example: English (United States) / en-us. The i18next library doesn't detect that variation and just loads the next language in the list, for example...
Juanma Menendez
Votes: 0
Answers: 2