How to set UI Language ???

Stimulsoft Reports.NET discussion
Post Reply
jayakumargr
Posts: 85
Joined: Sat Jan 20, 2007 4:21 am

How to set UI Language ???

Post by jayakumargr »

Hai,

How to set UI Language at run time using code????

Thanks in Advance,
Jayakumar
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How to set UI Language ???

Post by Vital »

Please use following code:

Code: Select all

StiConfig.LoadLocalization("en.xml");
Thank you.
jayakumargr
Posts: 85
Joined: Sat Jan 20, 2007 4:21 am

How to set UI Language ???

Post by jayakumargr »

Hai,
Thanks for your reply.

It shows File not found Exception Error...??
How to Solve this???

Thanks in advance,
Jayakumar

Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How to set UI Language ???

Post by Vital »

You need provide correct path to file with localization instead "en.xml".
Post Reply