What is the correct and forward compatible way to call load_plugin_textdomain() inside a plugin? Assume that I want the .mo files to be inside the plugin's own directory and not in a lang directory or some such thing. The codex and documentation is less than clear on this point, and the code is somewhat difficult to understand. -Otto