Hi again,
Maybe one more question :-). What localization and bootstrapper UI labels? Can I insert some translated xml to bootstrapper? For example like this:
Maybe one more question :-). What localization and bootstrapper UI labels? Can I insert some translated xml to bootstrapper? For example like this:
bootstrapper.Language = "cs-CZ";
bootstrapper.Application.LocalizationFile = "PathToLocalizationFile";
Thanks.