Language Translation is not working?

Check the following function in your plugin:

load_plugin_textdomain ();

and be sure that the directory to languages folder is correct.

This fixed the issue for above question.