Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping through all the controls
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01375750
Message ID:
01375974
Views:
16
>>> ' Label values
>>> For Each loControl In toControl.Controls
>>
>>
>>Looked like a Localization kludge I did in 1.1
>>
>>What a nightmare to pick that up and attempt to display the proper language for forms before localization.
>
>Can you please explain what do you mean here?

Back in the day we could make anything bilingual {pick a # of supporting languages here} and bang against a table for the text to present for each control. In your loops you grab the control name and find it in the dataTable that you got from the languageGUIStrings table in your app.

Now that is all done via xml instead of a database but in reality it is just matching up control names to data in the xml.
Previous
Reply
Map
View

Click here to load this message in the networking platform