Here’s my thing:
I’m using a plugin that has multilang capabilities. The point is that the language translation in my country lang is very bad and it makes more complex than simpler my work. :D.
So is there a way to force a plugin to not to use multilanguage and be showed, at least, in English?
What’s the plugin? Is it using custom translations in mo/po files? Is there an admin interface which allows you to set the plugin locale?
There is a generic filter which you might be able to add to the plugin code to set the language which might look something like the following (obviously set the language to what you want:
However I wonder if it might not be easier to improve the translation of the plugin by editing the mo/po files or whatever they use for the string translation?
It required 2 filter hooks to work.