Dear all,
I have an application a Kiosk base application which is showing different type of product to user in public sector.
This application should be capable to provide product information in 5 different language. The process is that from the main screen the user select in which language he would like to consult product information, then based on selected language, I retrieve product information from database for the given language. This works ok.
The issue I have is that in addition to product information, I need to display some user information on screen not attached to product but more on internal use of the application.
My idea was to handle a resource file .res with corresponding language text transalation, but this type of resource files get loaded usually based on the Operating system localization.
In my case the OS localization will be always the same ( like English) but I need to be able to display user text with current selected lanagauage.
What will be the best approach for this? does staelite assemebly can be loaded to point to different resource while application is running ?
regards
No comments:
Post a Comment