Home All Groups Group Topic Archive Search About

localization for all MS web controls

Author
17 Oct 2006 5:11 PM
David Thielen
Hi;

Does anyone know of a set of localization files that localizes all the MS
web controls for various languages? I'ld much prefer that to localizing them
ourselves, both because it saves us time/money and because then we will be
using the exact same words that other sites use so it's a standard.

Otherwise it ends up that half the sites use login and half use logon (in
another language).

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Author
18 Oct 2006 9:01 AM
Steven Cheng[MSFT]
Hi Dave,

So far I haven't heard about such a resource library which provide complete
set of well-done localized resource files for the built-in webcontrols in
ASP.NET.  What we can do so far is use the VS 2005 IDE to create the resx
resource file with placeholder entries in it. And we still need to input
the localized text values (translated according to language) ourself.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
Author
18 Oct 2006 4:15 PM
David Thielen
bummer - ok - thanks

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




Show quoteHide quote
"Steven Cheng[MSFT]" wrote:

> Hi Dave,
>
> So far I haven't heard about such a resource library which provide complete
> set of well-done localized resource files for the built-in webcontrols in
> ASP.NET.  What we can do so far is use the VS 2005 IDE to create the resx
> resource file with placeholder entries in it. And we still need to input
> the localized text values (translated according to language) ourself.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>