We are using strings for localisation support.
- Some of these have parameters for eg. "My name is {0} and I am version {1}.0."
- Another scenario is we have broken strings like "My blah blah is "+ "Yada Yada ..."+ "Tom, Harry ... are all pals"
Would these cause problems if we have to translate these to languages like japanese and chinese ?
Please note we have frequent releases and the translation guys id both as requiring much effort for every release.