Hi Chaitanya,
the language session property is set at connection time.
So, if you want to leverage the text join you need to set the language when the connection is created.
For standard ABAP code using the default connection you cannot change the logon language.
Instead you can consider using secondary db connections and provide language in the connection details.
Other than that, you only can use the approach mentioned by Yeu.
- Lars