I have 2 String Tables (English and French Canadian) from a
multilanguage InstallShiled prject
Is it possible to retreive a string any of the tables ?
Let say I have a string
APP_NAME
In french I have
APP_NAME = Abatteuse
In English I have
APP_NAME = Harvester
I want to chech a registry key but I don't know in which language is the value and compare the value to APP_NAME.
So I want to check for both language.
Any clue on how to do that

papaDoc@videotron.ca