Multiple string resources
-
Is is possible to have some string resources using the same ID in more versions depending on defined constans (in visual studio 6.0)? Or use more than one resource file? I can have multiple versions dialogs/icons/bitmaps, but I cannot find this option for strings. Thank you!
rrrado
-
Is is possible to have some string resources using the same ID in more versions depending on defined constans (in visual studio 6.0)? Or use more than one resource file? I can have multiple versions dialogs/icons/bitmaps, but I cannot find this option for strings. Thank you!
rrrado
rrrado wrote:
string resources using the same ID in more versions
What this means? Are you trying to store string in different language while keeping the ID same. It is possible to keep the ID same and have string in different language. Afterwards you can retrive any string depending upon the language using the same ID.
-
rrrado wrote:
string resources using the same ID in more versions
What this means? Are you trying to store string in different language while keeping the ID same. It is possible to keep the ID same and have string in different language. Afterwards you can retrive any string depending upon the language using the same ID.