Localization Issue
-
Hi, I have many projects in my solution.. All have been localized ... The problem which i am facing is in one project, i.e. when i change the language for the application at run time.. every thing works fine except that none of the form under this project gets localized... ex: Solution Localization Manager Project 1 Project 2 Project 3 Project 4 Now forms of project 4 does'nt show up culture specific captions where as all other form does that fine!!! What is the cause of the problem and how could this be solved???? Thanks in Advance Aditya
-
Hi, I have many projects in my solution.. All have been localized ... The problem which i am facing is in one project, i.e. when i change the language for the application at run time.. every thing works fine except that none of the form under this project gets localized... ex: Solution Localization Manager Project 1 Project 2 Project 3 Project 4 Now forms of project 4 does'nt show up culture specific captions where as all other form does that fine!!! What is the cause of the problem and how could this be solved???? Thanks in Advance Aditya
I don't know if it can be, but we in a project have problems with the Resources files, because the data inside weren't refreshed. So we did changes but we didn't see the text. The solution was to create a Pre-Build Event to Delete all the "bin" and "obj" of the projects that contained .rex and .resources files. with this everytime we compile the files were deleted and then refreshed. Regards Ricardo Casquete