help with localization

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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...
    > 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
    >
    >

    Joe Glover Guest

  2. Similar Questions and Discussions

    1. 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....
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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[/url]
    /entloctoolkit.asp
    >
    > Regards
    > Joe
    >
    > "Paul M" <milcev@hotmail.com> wrote in message
    > news:OhaALqTRDHA.2676@TK2MSFTNGP10.phx.gbl...
    > > 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139