iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
It seems that the name of popup menu items when activate image picker in FormBuilder is in english only. Please add localization suppport...
Please take a look at my attachment image.
Hi Leo,I will inform the feature request to our developer (under CROS-801), meanwhile actually you can use UseDefaultPicker = false; inside your code (if you are using the MyInventory WebAPI Samples you can put it in code below):
private void ExecuteActivateImagePicker(object parameter) { ImagePickerActivateParameter activateParameter = parameter as ImagePickerActivateParameter; if (activateParameter != null) { activateParameter.UseDefaultPicker = false; } }
And add action presenter inside it to create custom menu which already can handle each Menu function (Delete photo actually just this.Item.LargeImage = null; & this.Item.ThumbnailImage = null;) Finally just follow how to localizing resource, hope it'll helps :)Best Regards,Arief
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname