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
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
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
3 matches
Mail list logo