Multilingual Datatype - Umbraco 13
# help-with-umbraco
d
Hello! I'm looking for a way to translate a DataType configuration into several languages, is this possible? This would be for a component in the backoffice SQL Table: [dbo].[umbracoDataType], field :[config] I made two attempts, the first by creating an element in the dictionary and calling this element in the config with a hastag, but with no effect. I also tried entering the test2. Thanks! https://cdn.discordapp.com/attachments/1225061612751425639/1225061613145686167/image.png?ex=661fc289&is=660d4d89&hm=6d3dd0f1404d401fc437efb33b802c14d974a870dda7d3f517fc353c312f44fa& https://cdn.discordapp.com/attachments/1225061612751425639/1225061613615186030/image.png?ex=661fc289&is=660d4d89&hm=c4f1b03947cf06f167164c5e18f067346ff6ab89d3a30e2db2c8a746dfc42d2c&
j
I am not entirely sure what you are trying to do here, is this a custom property editor where you want localized texts? Or an existing property editor?
d
This is a custom property I've created. And I'd like to translate the config field in the database (table umbracoDataType(nodeId, propertyEditorAlias, dbType, config) ) I don't know if it's possbile, or I should create a new table and try to hijack the routes of umbraco
2 Views