Question regarding localization
Re: Question regarding localization
Hello.
We have made an improvement.
The current language will be checked in our prerelease build from February 14.
Thank you.
We have made an improvement.
The current language will be checked in our prerelease build from February 14.
Thank you.
Re: Question regarding localization
Thanks! Great support again!
Cheers and have a nice weekend!
Pascal

Cheers and have a nice weekend!
Pascal
Re: Question regarding localization
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
Re: Question regarding localization
Just checked the newest version and it works, thanks!
Cheers,
Pascal
Cheers,
Pascal
Re: Question regarding localization
Hello,
Great! Have a nice week.
Great! Have a nice week.
Re: Question regarding localization
Well, almost... 
If the user selects a language the checkmark indeed appears correctly...
But my application sets a starting localization with StiConfig.LoadLocalization (...). In this case the checkmark is not shown.
Once the user starts selecting a localization, then the checkmark appears in front of the selected localization.
How do I set the localization correctly from code in order to let the checkmark appear in fron of the localization?
Cheers,
Pascal

If the user selects a language the checkmark indeed appears correctly...
But my application sets a starting localization with StiConfig.LoadLocalization (...). In this case the checkmark is not shown.
Once the user starts selecting a localization, then the checkmark appears in front of the selected localization.
How do I set the localization correctly from code in order to let the checkmark appear in fron of the localization?
Cheers,
Pascal
Re: Question regarding localization
Hello.
We have added a SelectedItem parameter to the LoadCustomerLocalizationEventArgs.
Next code will work in our next prerelease build on Friday:
Thank you.
We have added a SelectedItem parameter to the LoadCustomerLocalizationEventArgs.
Next code will work in our next prerelease build on Friday:
Code: Select all
private void designer_LoadCustomerLocalization(object sender, LoadCustomerLocalizationEventArgs e)
{
e.Items = new string[] { "de", "en"};
e.Processed = true;
e.SelectedItem = "de";
}
Re: Question regarding localization
I just downloaded the newest release and this works fine! Thanks!
Cheers,
Pascal
Cheers,
Pascal
Re: Question regarding localization
Hello,
Great! Have a nice day!
Great! Have a nice day!