I try to put all strings in my app into the resources, so i can translate the resource-dll. If i use

csTmp.Format(_T("Hello World!"))

it works fine, but the "Hello World!" does not appear in the dll so my client cannot translate it.