Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - WinFX localization with XBAP is NOT working

 
 
Old 11-08-2006   #1 (permalink)
vipin.v.deep@gmail.com


 
 

WinFX localization with XBAP is NOT working

Hi All:

We have an XBAP application that needs to be localized. We are using
standard WinfX tool "locbaml" to generate all the language DLL's and
placed them in respective folders. (say ko-KR for Korean etc).

Depending on the OS settings, we set the culture as follows:
String culture = "ko-KR";
CultureInfo ci = new CultureInfo(culture);
Thread.CurrentThread.CurrentUICulture = ci;
But, the Culture is not set as expected and UI always comes up in
ENGLISH (fallback culture). Looks like the path for locaized is not
getting resolved. But English DLL is picked without issues.

Please let me know if there is any way to specify the complete path of
resource DLL? This issue is happening with latest November release of
..Net 3.0 as well.

Thanks,
Vipin


My System SpecsSystem Spec
Old 11-08-2006   #2 (permalink)
Jaska


 
 

Re: WinFX localization with XBAP is NOT working

Hi Vipin,

I am working at Sisulizer (www.sisulizer.com). It is a localization tool for
..NET, WIN32, VCL, VB, HTML, etc.
Currently we are implmenting visual XAML and .NET 3.0 localization support
for your tool. The new feature will be in beta phase in two weeks. The
release will be late this year or earlt next year.
If you like to test our XAML localization tool please contact me at
jaakko.salmenius (at) sisulizer.com

Best regards,
Jaakko Salmenius
www.sisulizer.com


My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Localization: MUI or LIPS? Vista installation & setup
localization Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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