It seems that the tr( ) function for translation is a member of the Object class.
In my case, I'm creating static utility function to help translating some complicated stuff (date).
Is there a way to call the tr( ) function from a static function ?
Also, I need to know that is the current language used.
My date translation function must know this to do proper formating.
thanks.