The biggest problems:, off the top of my head
1) For some languages, italics simply do not work (think Arabic script,
Divehi, or others), and pothers will look very ugly to customers if they are
bold. Basucally you need the formatting to be localizable so the localizer
can save you from yourself on these strings.
2) Inserts can change order in other languages, so your idea of filling
inserts in order is not a good one. better to have inserts like {0], {1},
etc. so the localizer can move them as needed.

Signature
MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap
This posting is provided "AS IS" with
no warranties, and confers no rights.
> Hi all,
>
[quoted text clipped - 21 lines]
> us click here"... where the click here is going to be rendered as <a
> href="contactus.aspx">click here</a>
lbolognini@gmail.com - 08 Sep 2005 14:01 GMT
> The biggest problems:, off the top of my head
>
[quoted text clipped - 6 lines]
> inserts in order is not a good one. better to have inserts like {0], {1},
> etc. so the localizer can move them as needed.
Thanks for the answer Michka. Indeed you're right about formatting and
the link rendering. I will not be supporting RTL writings in the
immediate future but since I might, someday, it's better to stay on the
safe side.
Lorenzo
Michael (michka) Kaplan [MS] - 13 Sep 2005 09:53 GMT
Well, #1 can happen in CJK and other languages, and #2 can happen in any
language....

Signature
MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap
This posting is provided "AS IS" with
no warranties, and confers no rights.
>> The biggest problems:, off the top of my head
>>
[quoted text clipped - 15 lines]
>
> Lorenzo