User1107296365 posted
Hi,
I'm trying to sort out an Arabic localization resource file for a project. I have strings such as "آخر تعديل [date]" from my translator and I want to replace the "[date]" placeholder with a "{0}" formatting placeholder to use in C#. But when
I try to type this in my English Windows the string comes out as "آخر تعديل {0}" and no matter what I try I can't get it to appear right.
Has anyone else encountered this sort of problem before? Can anyone suggest what I may be doing wrong or how I can fix this?
Thanks
Andy