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
We are using ISWebGrid in our web project, the issue we are facing is that menu item of the header filter are coming in English language and we want it to come in French language (Please refer the attached screenshot). As per our analysis text of this menu items are not defined in the aspx, .cs or any resource file and they are directly coming from the dll. So could you please guide us the way to set it in French language.
Below are the information on the intersoft dll used in our project.
Please refer the attached image.
Please do the following steps to use French culture in WebGrid.
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" ...> ... <LayoutSettings AllowFilter="Yes"> <TextSettings Language="UseCulture" /> </LayoutSettings> </ISWebGrid:WebGrid>
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" ...> ... <LayoutSettings AllowFilter="Yes" Culture="fr-FR"> <TextSettings Language="UseCulture" /> </LayoutSettings> </ISWebGrid:WebGrid>
I tested this solution on Filtering.aspx sample file of WebGrid and found that the header filter are coming in French language.
Please give it a spin and let us know how it works in your end.
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