I am working on a Oracle Jdeveloper project that was made by another person which I can no longer contact. On the code he uses this: nls['NO_ROWS_FOUND'].
I have made some searches and I found that this goes to file that stores oracle environment variables for language translations and loads the corresponding value for that key variable. (Not sure if this is true).
What I would like to know is how can I find this file, or where are these values stored? Can I had diferent translations?
He is using this to enter text on a Label.
Thanks Best Regards