cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Implement use of json to handle UI, info and translation

Implement use of json to handle UI, info and translation

This is totally technical request directed to DEV team. I think that it's time to implement JSON files to store clear information instead for example the 3dsmax.ini ... Json is a standard to store information, easy to manage, flexible and robust. It's possible to handle from major development environment and IDE and is a really easy way to involve clients and communities.

One of bigger example that I can provide is the ability to create a language pack like "en.json" or "it.json" and change or improve the software to 1000% in one day!

 

Really simple... the original section are coded and subs too

In this case will be possible to switch in realtime without reload of App.

 

{
"S_01" : {
"A" : {
"A_0000001" : {
"A_B_0000001" : "modificatore",
"A_B_0000002" : "forma"
}
},
"B" : {
"B_0000001" : {
"B_B_0000001" : "booleane",
"B_B_0000002" : "scultura"
}
}
},
"S_02" : {
"A" : {
"A_0000001" : {
"A_B_0000001" : "animazione",
"A_B_0000002" : "modellazione",
"A_B_0000003" : "rendering"
}
}
}
}

 

1 Comment
passariello
Collaborator

The json pasted it's just an example and noting as final idea.... nested need to be improved but I can provide a more robust idea if some are interested.

 

Dario

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea