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?
None
0 Points
1 Post
{0} placeholders in Arabic strings problem
Jul 31, 2011 09:50 PM|andrewdixon1000|LINK
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
Member
450 Points
144 Posts
Re: {0} placeholders in Arabic strings problem
Aug 03, 2011 05:58 AM|wangping827123|LINK