F
Fabian Dal Santo
Apologies for cross-postings...
We have been using the Enterprise Localization Toolkit for a project
and it seems to have a bug. It assumes that all cultures are 5 char
in length e.g. English(Australian) en-AU, but the .NET framework has
some that are actually 6 characters in length, e.g.
Chinese(Traditional) zh-CHT. Since Chinese(Simplified) is zh-CHS, we
can't simply use the truncated version.
I have managed to fix the web app so we can actually populate the
database correctly, but when generating the resource files, the zh-CHT
resource file is, I believe, corrupt. It cannot be viewed correctly
in the resource viewer, whereas all the other files can.
Has anyone else had a similar problem, and been able to fix it?
Fabian
We have been using the Enterprise Localization Toolkit for a project
and it seems to have a bug. It assumes that all cultures are 5 char
in length e.g. English(Australian) en-AU, but the .NET framework has
some that are actually 6 characters in length, e.g.
Chinese(Traditional) zh-CHT. Since Chinese(Simplified) is zh-CHS, we
can't simply use the truncated version.
I have managed to fix the web app so we can actually populate the
database correctly, but when generating the resource files, the zh-CHT
resource file is, I believe, corrupt. It cannot be viewed correctly
in the resource viewer, whereas all the other files can.
Has anyone else had a similar problem, and been able to fix it?
Fabian