My forms have resx
files for Hebrew which I generate by changing the Localizable
property to true
and then translating all the control captions.
However, when I run the application either in the debugger or as a release version, it uses the English values from the default resx
file.
My computer has both CultureInfo
and CultureUIInfo
set to he-IL
, should it not be detecting that and automatically using the correct resource values?
Do I have to set something else to make this work?