Hi !
I am working on a program with multiple languages, and using the TRANS macro and LocationStrings etc.. to handle my translations. However for some dialog boxes that appears as the result of the FileBasedDocument message boxes - I cannot find the texts Strings…
An examle: “File.ext” already exists. Do you want to replace it? and hence the following text in the same dialog. box: A file or folder with the same name already exists in the folder “MyFolder”. Replacing it will overwrite its current contents.
-where File.ext and MyFolder is my unique names… I have been through the whole JUCE::FileBasedDocument.cpp and ensure translations are in my translation file, but text string in the FileBasedDocument is not similar to those popping up in the dialog box.
Now, do any of you have a good idea of where to look in the JUCE library for these additional text strings ??
Thanks and Best regs
Bo
