RAP - The Trading Edition includes resource bundles for each RAP component other than RAPCache and RAPStore.
By default, resource bundles are localized for U.S. English. Create duplicate resource bundles for each locale you want to support. When adding resource bundles, include the two-digit country code and the two-digit language code in the file name. For example, to create a resource bundle for Japan, replace en_US in the default file name with ja_JP.
Component | Resource bundles |
---|---|
FastFeedHandler |
util_en_US.properties templateprocessor_en_US.properties publisher_en_US.properties fastfeedhandler_en_US.properties fixmessagehandler_en_US.properties |
DemoFeedHandler |
util_en_US.properties templateprocessor_en_US.properties publisher_en_US.properties demofeedhandler_en_US.properties |
RAPCacheSubscriber |
util_en_US.properties templateprocessor_en_US.properties opensubscriber_en_US.properties dbstreamhandlers_en_US.properties |
RAPStoreSubscriber |
util_en_US.properties templateprocessor_en_US.properties opensubscriber_en_US.properties dbstreamhandlers_en_US.properties |
DemoSubscriber |
util_en_US.properties templateprocessor_en_US.properties opensubscriber_en_US.properties dbstreamhandlers_en_US.properties |
Each entry in a resource bundle is in Key=Message format. When creating localized bundles, replace the default Message text with text in the localized language. Do not change the key value.