Localization Properties File

This is an example of the localization properties file.

The localization properties file is encoded in standard ASCII. All non-ASCII character values from the device application file are converted to escaped Unicode hexadecimal values before they are written to the properties files. The resource keys in the properties file are grouped into four sections:

Syntax

Variable assignment:


SettingsScreen.16.StockProperties.com.sybase.uep.bob.PROFILE_UPDATE_SCREEN_USERNAME_INPUT_LABEL.value=User Name
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_SCREEN_CLOSE_MENU_LABEL.value=Close
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_SCREEN_EDIT_PROFILE_MENU_LABEL.value=Edit profile
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_SCREEN_ERROR_SAVING_PROFILE_MSG.value=Profiles could not be saved due to an internal error
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_SCREEN_LOGIN_PROFILE_MENU_LABEL.value=Set as Login
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_CANCEL_MENU_LABEL.value=Cancel
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_ONLINE_LOGIN_ERROR_MSG.value=Encountered error while authenticating the new changes to the profile : 
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_SAVE_MENU_LABEL.value=Save
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_SAVE_PROFILE_SUCCESS_SUGGESTION_MSG.value=Profile info modification may cause data synchronization exception, please clear data in synchronization screen first.
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_TITLE.value=Profile Update
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_UPDATE_DUPLICATE_PROFILE_NAME_MSG.value=The profile name you have chosen is already in use
SettingsScreen.16.StockProperties.com.sybase.uep.bob.rim.PROFILE_UPDATE_SCREEN_UPDATE_VALIDATING_MSG.value=Validating...
SettingsScreen.16.StockProperties.com.sybase.uep.bob.wm.PROFILE_SCREEN_CLOSE_MENU_LABEL.value=Close
SettingsScreen.16.StockProperties.com.sybase.uep.bob.wm.PROFILE_SCREEN_EDIT_PROFILE_MENU_LABEL.value=Edit Profile

Examples