Dear Infragistics,
Our customers are Dutch. When you hold the cursor on the "Expand Row" icon it'll read in the tooltip: "Expand Row".
Can I translate this to Dutch and show it in Dutch to the enduser in the tooltip?
Hello DannyvdK,
Our Ignite UI controls are localized to 6 languages other than English. To localize to another language, you can follow the steps listed in this topic. It provides a walkthrough, in which you can subsitute "-es" with "-nl" for Dutch. Instead of localizing the paging, you'd be translating "expandTooltip" and "collapseTooltip" in the infragistics.ui.grid-nl.js file. You can translate as many or as few strings as you'd like.
Please let me know if you have any questions about this approach.
Elizabeth AlbertLocalization Engineer
Hello Elizabeth,
Thank you very much for replying.
I have followed the topic you linked.
I found the strings that I want to change in the infragistics.ui.grid.framework.js file (so not in the infragistics.ui.grid.js). I changed the expandTooltip and the collapseTooltip and made a infragistics.ui.grid.framework-nl.js file.
But... Now I want to reference my new nl js file, but in my _Layout.cshtml I only reference infragistics.js and infragistics.loader.js, like so:
<script src="@Url.Content("~/Scripts/IG/infragistics.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/IG/infragistics.loader.js")" type="text/javascript"></script>
So, where do I set the reference to my new -nl.js file?
Thank you very much in advance for answering.
Kind regards,
Danny
p.s.: Sorry for the late reply, I was on vacation.