Is it possible?
1 Answers
Hi,
Of course! our plugin have supported the dwqa-pt_BR.po & dwqa-pt_BR.mo file in the language folder. After activating the DW Q&A plugin, you can open your \wp-config.php
file in a text editor and search for:
define ('WPLANG', '');
Edit this line according to the .mo file you’ve just downloaded, e.g. for the Portuguese spoken in Brazil you must add:
define ('WPLANG', 'pt_BR');
Note: You need select your language in the Dashboard > Settings > General > Site Language.
Hope this helps !
Please login or Register to submit your answer