Hi,

got it working like a charm now ;)

Thx
Philipp

Eskil Abrahamsen Blomfeldt <[email protected]> schrieb am Friday 10 July 
2009 um 11:43:28:
> Philipp Schmidt wrote:
> > in Qt i can use tr("text %1 text2").arg(x); Jambi apparently doesn't
> > offer this functionality in the same way (I haven't found anything in the
> > docs). How can i still get the translation the way i want it?
>
> Hi, Philipp.
>
> In Qt Jambi we use Java's java.lang.String class rather than porting the
> QString class, since String is built into the Java language and cannot
> be replicated with regular Java code. To make substitutions in a string,
> you would use the ordinary Java methods for this, such as String.format().
>
> -- Eskil
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to