Subject: Re: More that one application resource file From: Davor Cengija <[EMAIL PROTECTED]> === Craig R. McClanahan wrote:
>> Is it possible, and if yes, how, to have more than one application >> resource file in a single application? >> > > Can't you do the merging as part of your build process? Using "cat" > (Unix) or "copy" (Windows) in a build script would seem like an easy > solution to this. Actually, that's exactly what I'm doing now, but for some internal perturbations, it looks like I'll have problems whit that. Therefore I asked for a 'native' solution. It seems that the solution is to implement my MessageResources class, just as you suggested replying on my other questions (xml based translations). Thanks to you and others! -- Davor Cengija [EMAIL PROTECTED] ============================= "Nicht in die Augen bringen!" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

