What kind of localization do you want to do? The values that the content editors fill in? The display names in the grid editor? Something else?
Content you could do by editing the Views/Partial/Grid/Editors/GridEditorName and use a string.replace to filter out for example ##codeword## and look up the matching dictionary items.
Another way could be using Vorto. I haven't tried it in combination with leblender, but vorto creates a datatype and leblender allows rendering of custom datatypes so...
Localization support for leblender properties
Hi guys
How can i support localization when building grid editor using leblender
Thanks
Adnan
What kind of localization do you want to do? The values that the content editors fill in? The display names in the grid editor? Something else?
Content you could do by editing the Views/Partial/Grid/Editors/GridEditorName and use a string.replace to filter out for example ##codeword## and look up the matching dictionary items.
Another way could be using Vorto. I haven't tried it in combination with leblender, but vorto creates a datatype and leblender allows rendering of custom datatypes so...
For the backend have a look here: http://24days.in/umbraco/2013/the-dictionary-secrets/ Its an old post but still relevant.
is working on a reply...