I want to have an internationalized
String that takes the following format:
Returned results for "PLACEHOLDER" in:
where PLACEHOLDER is something dynamic that is returned from a data store and is already internationalized.
I was thinking that I could have two keys in a properties file:
1) returned=Returned results for
2) returned.part.two=in:
The problem is that I know that
word order can vary in different languages (English, Spanish, etc) and that it would be difficult for a translator to get the word order correct for a String that is made up of multiple parts.
How are people doing this? Please help. Thanks.
