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