Hi, While working with my application's localization I found a strange behavior with context menu.
I externalized all my application string to a properties file.So every locale will have corresponding properties files.After that we make the resource module form these properties files.We will load the corresponding resource module when the user changes the locale and access each string using ResourceManager.getInstance().getString(bundlename,resourcename); Everything works fine while changing the locale.Every string is showing in the locale specified.But this logic is not working for context menu.Context menu is still taking it from English resource module, no matter which locale i specified. Anybody knows the solution for this problem.Please share your thoughts. -- Thanks in advance! Sreejith P

