Richard Burmeister wrote in message <10915@palm-dev-forum>...
>
...
>That is a good point.  It doesn't apply in the specific example I gave, but
>it could easily apply in the general case.  E.g., something like:
>    StrPrintF( msg, "That's a %s %s, Mr. Smith", adjective, noun );
>which in Spanish would have to be:
>    StrPrintF( msg, "Es un %s %s, Sr. Smith", noun, adjective ).
>

Which is why the "^1 ^2" method was chosen -- because
you can always have your alert say "^2 ^1" instead in the
localized app -- the code remains the same.  Using StrPrintF
is a barrier to i18n/l10n.

--
-Richard M. Hartman
[EMAIL PROTECTED]

186,000 mi/sec: not just a good idea, it's the LAW!





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to