I installed DWQA plugin.
So QUESTIONS menu appear.
I want to translate to korean.
Where is that string?
plz tell me.
This is located in the WPLMS-DWQA Addon plugin. We do not have translation files for this plugin and it is not set on auto-update. So you'll need to change this text directly in the code.
Follow below steps :
a. Go to WP Admin - Plugins - Editor - WPLMS DWQA - wplms-dwqa.php
b. Locate the code : 'label'=>__('Questions','vibe'),
c. Change it to : 'label'=>__('Questions in My Language','vibe'),
d. Save.
Hope this helps !