Re: Parameterized messages

2005-07-12 Thread Laurie Harper
Rick Reumann wrote: N G wrote the following on 7/12/2005 4:14 PM: Is it possible to use the resource properties for keys as well as args? For example, Properties: test.val1=hello {0} test.val2=world So, what I am trying to accomplish is to have the above statement output: hello world Howeve

Re: Parameterized messages

2005-07-12 Thread Martin Gainty
I am unsure why you want to translate the key instead of translating the associated value.. But if your encoding scheme of the source files, destination files and the bundle files are specified I would suggest looking at ant's task at http://ant.apache.org/manual/OptionalTasks/translate.html A

Re: Parameterized messages

2005-07-12 Thread Rick Reumann
N G wrote the following on 7/12/2005 4:14 PM: Hi, Is it possible to use the resource properties for keys as well as args? For example, Properties: test.val1=hello {0} test.val2=world So, what I am trying to accomplish is to have the above statement output: hello world However, it outputs: h