On 20/04/2017 at 02:36, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18 demo
Platform: Windows ; Mac ; Mac OSX ;
Language(s) :
---------
Hello,
can somebody please tell me whether it is possible and how to put quotation marks into a string in .str resource file?
I tried this:
STRINGTABLE
{
ID_HELLO "Hello \"world\" !";
}
and also this:
STRINGTABLE
{
ID_HELLO "Hello \u0022world\u0022 !";
}
but Cinema keeps showing Error on startup and then ignores the resource file. (I'm testing french translation of my plugin).
Thank you.