T
Torben
Guest
There is a limitation with Langauge in r-codes. Only one language is loaded to memory at a time. So if xxx.r is already loaded (persistent) with French, then it can not in same session be loaded with English, before the French version is un-loaded. So all persistent procedure instansces of xxx needs to be deleted. All objects from xxx class needs to be deleted. This limitation means that Language can not be changed for static classes. (Or any object instantiated from these classes)
Continue reading...
Continue reading...