Language Problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ivan V via DotNetMonster.com

    #1

    Language Problem

    Hi All:
    I am try to put some lable in my program which is in the language of
    Protuguese. Once I put in that label, it's seems showing the characters ok,
    but once I run the program once or close the application and then open it
    again, it will chnage back to the English characters. Anyone knows why? and
    how can I solve this problem?? Thanks!


    --
    Message posted via DotNetMonster.c om
    Best online pokies for real money in Australia and learn about safety and game mechanics in this comprehensive guide.

  • Wencheng Magiya

    #2
    Re: Language Problem

    Hi Ivan,

    Did you follow this tutorial?
    http://msdn.microsoft.com/library/de...ndowsforms.asp

    Try put the following code before InitializeCompo nent():
    Thread.CurrentT hread.CurrentUI Culture = Thread.CurrentT hread.CurrentCu lture



    "Ivan V via DotNetMonster.c om" <forum@DotNetMo nster.com> wrote in message
    news:53687E25CB 7D4@DotNetMonst er.com...[color=blue]
    > Hi All:
    > I am try to put some lable in my program which is in the language of
    > Protuguese. Once I put in that label, it's seems showing the characters
    > ok,
    > but once I run the program once or close the application and then open it
    > again, it will chnage back to the English characters. Anyone knows why?
    > and
    > how can I solve this problem?? Thanks!
    >
    >
    > --
    > Message posted via DotNetMonster.c om
    > http://www.dotnetmonster.com/Uwe/For...b-net/200508/1[/color]


    Comment

    Working...