Currently I use .resx
files to localize
my application. The application forms' UI in design mode
is displayed using the default culture (i.e. the en-US
on my PC).
I want to change that culture to be another one, e.g. my local culture vi-VN
, but don't know how to do that.
Please share if you know how to! Thank you!