Hi,
I'm developing a web multilingual application and I need to test it in different languages so I can see if everything works fine.
In particular I'm using the login controls in .net. I tested them fine in english and spanish which are the languages that were automatically installed with the .net developer applications. Now I need to test the system in Portuguese. As I don't have any portuguese libraries in my PC the system defaults to english son I can't be sure if it will work fine when our portuguese-speaking customers see the web site.
For most controls I used Global and Local resources to customize them but in cases such as the login controls, they are supossed to already manage the different languages and cultures by themselves. To test these I guess I would need to have the Portuguese libraries installed in my PC.
So, I'm in need language packs for portuguese (if such thing exists as a separate component) and where to download them from. Has anyone an idea?
Thanks a lot