I work in an application that the user has the option to change the language of the application at any time. I need to be able to change the text of the filter menu(ex. "show rows with value that") to spanish or whatever other language we have available. We already have the power to make these translations I am just not sure how to grab the property of this text in order to change it. I know that the localization manager is how you would initially tell me how to fix this problem, however that approach is not optimal for our particular application. Is there any other way to grab that text properties and change its value other than using the localization manager? Any sort of work around? Any help would be appreciated.