How to detect if text domain is already loaded?

I have to admit that I didb’t understand the setup ;), but it doesn’t matter as the lower level functions (load_textdomain IIRC) will check if a translation file is already loaded and will not load it again, therefor you can use the same file to include many translations, and call the loading function as many times as you wish.

Leave a Comment