Ask a Question related to ASP.NET General, Design and Development.
-
Joe Glover #1
Re: help with localization
Hi Paul
I'm afraid that setting the page Culture and uiCulture properties only serve
to set the executing threads CurrentCulture and CurrentUICulture properties
respectively. Setting the Culture to Russian will at least ensure that
things like dates & currencies will display correctly, and will affect some
string comparisons and the rendering of certain server controls (for
example, try a Calendar control). Setting the uiCulture will cause any
resource lookups that you make go to the correct resource file, but there's
no automatic generation of resource files as you may be used to with Windows
Forms programming, and no automatic retrieval of the appropriate strings. As
you guessed, you have to customize every label yourself.
If you don't mind me plugging a company product, you might like to have a
look at Localizer; its a component which adds design time localization
support to VS WebForms:
[url]http://www.winformreports.co.uk/features_loc.htm[/url]
the getting started guide has some info on where resource files should live
and what they should be named:
[url]http://www.winformreports.co.uk/localizer_intro_howto.htm[/url]
There is also an Enterprise Localization Toolkit available from MS; I
haven't used it, but I've heard good things about it:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/entloctoolkit.asp[/url]
Regards
Joe
"Paul M" <milcev@hotmail.com> wrote in message
news:OhaALqTRDHA.2676@TK2MSFTNGP10.phx.gbl...the> Hi there,
>
> can anyone help me with this one.... i have a page which is in normal
> english format, but when i wanna change it to Russian format text, i set> Culture code, but it still remains the same. Does this mean that every bit
> of text i need to convert every label on my screens in order for them to
> show or is there an easier way to this?
>
> thanks for anybody's help.
>
> PM
>
>
Joe Glover Guest
-
Localization
Hi I would like to make some of my director projects available in a number of languages, including Lithuanian which I believe uses unicode text.... -
localization menu
I have seen a lot of websites with a localization menu (with links) at the top like "Home > Products > Table > Model A". How can i do that? Is made... -
localization and internationalization
We have a dilemma, and I hope you can help me out. We are doing business on an international level, and need our cold fusion pages to translate the... -
Components localization
Hi you all, I work on the localization using IDS (Ctrl F11 window) Is there any way to use this techno to localize labels of buttons, accordion... -
Japanese Localization
Hello I need to localize a Director 8.5 project to japanese language. What do I need to do this? There is quite a bit of text in the applictaion... -
Paul M #2
help with localization
Hi there,
can anyone help me with this one.... i have a page which is in normal
english format, but when i wanna change it to Russian format text, i set the
Culture code, but it still remains the same. Does this mean that every bit
of text i need to convert every label on my screens in order for them to
show or is there an easier way to this?
thanks for anybody's help.
PM
Paul M Guest
-
Paul M #3
Re: help with localization
Thanks for your reply.
I have gone ahead and created 2 assembly resource files for the 2 languages,
but the non-english language does not display the text in the russian format
as i want. Am i missing out on something here?
regards,
Paul.
"Joe Glover" <joe.nospamglover@ntlworld.com> wrote in message
news:rIxOa.46$pQ2.9424@newsfep1-win.server.ntli.net...serve> Hi Paul
>
> I'm afraid that setting the page Culture and uiCulture properties onlyproperties> to set the executing threads CurrentCulture and CurrentUICulturesome> respectively. Setting the Culture to Russian will at least ensure that
> things like dates & currencies will display correctly, and will affectthere's> string comparisons and the rendering of certain server controls (for
> example, try a Calendar control). Setting the uiCulture will cause any
> resource lookups that you make go to the correct resource file, butWindows> no automatic generation of resource files as you may be used to withAs> Forms programming, and no automatic retrieval of the appropriate strings.live> you guessed, you have to customize every label yourself.
>
> If you don't mind me plugging a company product, you might like to have a
> look at Localizer; its a component which adds design time localization
> support to VS WebForms:
>
> [url]http://www.winformreports.co.uk/features_loc.htm[/url]
>
> the getting started guide has some info on where resource files should[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html[/url]> and what they should be named:
>
> [url]http://www.winformreports.co.uk/localizer_intro_howto.htm[/url]
>
> There is also an Enterprise Localization Toolkit available from MS; I
> haven't used it, but I've heard good things about it:
>
>
/entloctoolkit.aspbit>
> Regards
> Joe
>
> "Paul M" <milcev@hotmail.com> wrote in message
> news:OhaALqTRDHA.2676@TK2MSFTNGP10.phx.gbl...> the> > Hi there,
> >
> > can anyone help me with this one.... i have a page which is in normal
> > english format, but when i wanna change it to Russian format text, i set> > Culture code, but it still remains the same. Does this mean that every>> > of text i need to convert every label on my screens in order for them to
> > show or is there an easier way to this?
> >
> > thanks for anybody's help.
> >
> > PM
> >
> >
>
Paul M Guest



Reply With Quote

