Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Internationalization and number formats Collapse All
Subject Author Date
Rado Manzela Aug 10, 2014 - 7:07 AM

I’ve translated my application to two langages. Now I use

 g_ResourceManager->AllowCustomLang(true);
	g_ResourceManager->SetLangIdDesired(...); 

to set the language. The problem is that now the language settings in applied not only to strings saved in resources, but also to number formats used to display currency and numeric values.
I think these settings should be separated, because nobody is able to translate application to all languages so many users wants to select some language close to their region, but have number formats of their region, set in the windows control panel.
Any idea about this?

Art Wilkes Aug 11, 2014 - 4:34 PM

From the Support Group
Seems that the client has a point here; but I don’t see a mode to provide a solution without modifying existing functionality (extending). I’ll continue looking at that but it seems a small development it is need it to accomplish number and string separate management.
Prof-UIS Support
We will try to include this in the 3.20 release due sometime this month. I get better timing late this week.
Thanks