Servigistics InService 自訂 > 自訂語言與地區設定 > 自訂 Servigistics InService 產品語言 > rbInfo 資源配套 > 註解
  
註解
註解是 .rbInfo 檔案很重要的一部份,因為它們為譯者提供有關字串前後關聯的重要資訊:它們用於何處、它們顯示在使用者介面中的哪裡等等。如果目的不是很清楚,請始終記錄您的字串。
請記住,機碼中的 .comment 項目必須具唯一性。請試著用一行寫完您的註解。或者,您可以使用 # 字元,在 .rbInfo 檔案中的任意位置新增註解:

#
# AccessPermissionRB defines access control permissions
# that may be granted or denied. <key> is a bit in a long
# permission mask (bits 0-63), -1 is all permissions.
# Keys less than 32 are reserved for PTC.
#
-1.value=Full Control (All)
-1.shortDescription=Full control (all permissions)
-1.longDescription=All rights currently defined and any defined in the future
-1.order=10