Re: Localization w/ parameters
Re: Localization w/ parameters
- Subject: Re: Localization w/ parameters
- From: Michael Tsai <email@hidden>
- Date: Mon, 6 Jan 2003 15:36:17 -0500
On Monday, January 6, 2003, at 12:14 PM, Mike Ferris wrote:
Does Java really have no built in way of doing printf style
formatting? I know that the "+" concatenation support for strings
partly replaces the need for this, but it does not cover nearly all
the uses that printf formatting would.
There's java.text.MessageFormat. It's kinda clumsy for simple stuff,
but it works.
--Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.