String text = OBMessageUtils.getI18NMessage("HT_OBEXAPP_MinGtMax",
new String[] { Double.toString(min), Double.toString(max) });
其中HT_OBEXAPP_MinGtMax其中為在Message中定義的Search Key
Message中的Message Text字段內(nèi)容通過 %0 來接受傳遞進來的參數(shù)
Message中的Message Text字段內(nèi)容通過 %0 來接受傳遞進來的參數(shù)
eg: Min %0 不能大于 Max %1