Servigistics InService 自訂 > 自訂語言與地區設定 > 自訂 Servigistics InService 產品語言 > rbInfo 資源配套 > 項目
  
項目
下列項目可在 .rbInfo 檔案中使用:
<key>.value=
<key>.comment=
<key>.argComment<n>=
<key>.constant=
<key>.customizable=
<key>.deprecated=
<key>.value= 為必要項目,其他則是選用項目。但是,我們強烈建議您使用 .comment.argComment<n> 項目來為譯者提供前後關聯資訊。.constant 可以用來為此字串定義符號常數;您可以使用 Java 來源檔中的這個常數作為機碼名稱的別名。
由於明顯的原因,機碼的項目類型只能使用一次。下列程式碼片段錯誤:
1.value=Press any key to continue
1.constant=CONT_MESSAGE
1.constant=CONTINUE_MSG
1.comment=This message is displayed
1.comment=in the command line, when
1.comment=the program waits for user input