Hi all,
I have developed a application that supports localization in .net.
It shows all the controls with english and hindi text depending on the
culture selected.
The application runs well on windows 2000 and windows xp but when run on
windows 98 the hindi text appears as garbage. Can anyone help out
with this.(I have installed the .net framework on windows 98)


Regards,
Kuldeep Pawar
Programmer,
Maximize Learning, Pune.

Re: Language support for UI application in win98 by Thomas

Thomas
Thu Sep 25 09:13:13 CDT 2003

does Win98 support unicode? I'm pretty sure unicode support is required to
display hindi text.


"kuldeep" <kuldeep@maximizelearning.com> wrote in message
news:#4zXmo1gDHA.632@TK2MSFTNGP10.phx.gbl...
> Hi all,
> I have developed a application that supports localization in .net.
> It shows all the controls with english and hindi text depending on the
> culture selected.
> The application runs well on windows 2000 and windows xp but when run on
> windows 98 the hindi text appears as garbage. Can anyone help out
> with this.(I have installed the .net framework on windows 98)
>
>
> Regards,
> Kuldeep Pawar
> Programmer,
> Maximize Learning, Pune.
>
>
>
>



Re: Language support for UI application in win98 by Michael

Michael
Thu Sep 25 10:07:44 CDT 2003

Well, some controls will support it, if you have fonts installed for it.
Other controls will not.

(note that you are not allowed to redist the fonts from Win2000 to the Win98
box)


--
MichKa [MS]

This posting is provided "AS IS" with
no warranties, and confers no rights.


"Thomas" <nospam@nospam.nospam> wrote in message
news:e8VPy82gDHA.3764@tk2msftngp13.phx.gbl...
> does Win98 support unicode? I'm pretty sure unicode support is required to
> display hindi text.
>
>
> "kuldeep" <kuldeep@maximizelearning.com> wrote in message
> news:#4zXmo1gDHA.632@TK2MSFTNGP10.phx.gbl...
> > Hi all,
> > I have developed a application that supports localization in .net.
> > It shows all the controls with english and hindi text depending on the
> > culture selected.
> > The application runs well on windows 2000 and windows xp but when run on
> > windows 98 the hindi text appears as garbage. Can anyone help out
> > with this.(I have installed the .net framework on windows 98)
> >
> >
> > Regards,
> > Kuldeep Pawar
> > Programmer,
> > Maximize Learning, Pune.
> >
> >
> >
> >
>
>



Re: Language support for UI application in win98 by kuldeep

kuldeep
Thu Sep 25 23:52:29 CDT 2003

Hi all,

Then how do I overcome this problem in 98. I want to display the UI text in
hindi as well as english. I have installed one hindi font on that
machine.But even then the text appears garbage.

Thanks

Regards,

Kuldeep Pawar

Programmer,

Maximize Learning, Pune.



"Michael (michka) Kaplan [MS]" <michkap@online.microsoft.com> wrote in
message news:e7QCRb3gDHA.524@tk2msftngp13.phx.gbl...
> Well, some controls will support it, if you have fonts installed for it.
> Other controls will not.
>
> (note that you are not allowed to redist the fonts from Win2000 to the
Win98
> box)
>
>
> --
> MichKa [MS]
>
> This posting is provided "AS IS" with
> no warranties, and confers no rights.
>
>
> "Thomas" <nospam@nospam.nospam> wrote in message
> news:e8VPy82gDHA.3764@tk2msftngp13.phx.gbl...
> > does Win98 support unicode? I'm pretty sure unicode support is required
to
> > display hindi text.
> >
> >
> > "kuldeep" <kuldeep@maximizelearning.com> wrote in message
> > news:#4zXmo1gDHA.632@TK2MSFTNGP10.phx.gbl...
> > > Hi all,
> > > I have developed a application that supports localization in .net.
> > > It shows all the controls with english and hindi text depending on the
> > > culture selected.
> > > The application runs well on windows 2000 and windows xp but when run
on
> > > windows 98 the hindi text appears as garbage. Can anyone help out
> > > with this.(I have installed the .net framework on windows 98)
> > >
> > >
> > > Regards,
> > > Kuldeep Pawar
> > > Programmer,
> > > Maximize Learning, Pune.
> > >
> > >
> > >
> > >
> >
> >
>
>



Re: Language support for UI application in win98 by Michael

Michael
Sat Sep 27 15:24:39 CDT 2003

As I said, you have to carefully pick the controls you use to display the
data. You have not said what controls you are using, so its hard to advise
beyond "stay away from form captions, menuitems, and textbox controls.

As long as you have a Unicode Hindi font (hint: many of the freely
downloadable fonts are not Unicode but are font hacks that map ASCII letters
to Hindi glyphs), and stre/load the resources properly, they will work.


--
MichKa [MS]

This posting is provided "AS IS" with
no warranties, and confers no rights.


"kuldeep" <kuldeep@maximizelearning.com> wrote in message
news:eSdzkm%23gDHA.616@TK2MSFTNGP11.phx.gbl...
> Hi all,
>
> Then how do I overcome this problem in 98. I want to display the UI text
in
> hindi as well as english. I have installed one hindi font on that
> machine.But even then the text appears garbage.
>
> Thanks
>
> Regards,
>
> Kuldeep Pawar
>
> Programmer,
>
> Maximize Learning, Pune.
>
>
>
> "Michael (michka) Kaplan [MS]" <michkap@online.microsoft.com> wrote in
> message news:e7QCRb3gDHA.524@tk2msftngp13.phx.gbl...
> > Well, some controls will support it, if you have fonts installed for it.
> > Other controls will not.
> >
> > (note that you are not allowed to redist the fonts from Win2000 to the
> Win98
> > box)
> >
> >
> > --
> > MichKa [MS]
> >
> > This posting is provided "AS IS" with
> > no warranties, and confers no rights.
> >
> >
> > "Thomas" <nospam@nospam.nospam> wrote in message
> > news:e8VPy82gDHA.3764@tk2msftngp13.phx.gbl...
> > > does Win98 support unicode? I'm pretty sure unicode support is
required
> to
> > > display hindi text.
> > >
> > >
> > > "kuldeep" <kuldeep@maximiz