Hi guys
i am coding a pretty large intranet based web system that needs to support multi language. i have in excess of 150 pages, each of which will have an associated resx file. developing in vs2008
at the moment the hurdles i'm facing.
the sheer volume. opening each page, going to design view and clicking generate local resource is a nightmare but one that is being coped with.
creating a file for each of the languages i'm supporting means creating a copy of the default resx file and renaming it for each language (file name) and then opening each file and upating each key individually in vs2008.
for datagrids, vs doesn't pick up headertext attribute for boundcolumns. at the moment i am adding these manually to the resx file after generating. the bigger issue with this is that if for whatever reason i need to regenerate the resx for this page, vs eats up the manually added keys (for the headertexts) and i need to add them again manually.
my question is twofold:
are there any tools (preferably free) to assist with any or all of the above issues.
are there any tricks of the trade in vs2008 to ease the pain of all this.