R20 ignores language/stringtable
-
Hi folks!
I hope you can help me with the following language issue in R20:
My python plugin "Egg Object 2" (http://eggtion.net/playground/cinema4d/egg-object-2) uses stringtables/descriptions to translate the attributes in english or german.
While working great in R19 the R20 ignores the language: if i change the language in the preferences and restart Cinema4d, the plugin attributes will always be in german.
But when i delete the directory "strings_de", the plugin works in english. Means the english files are okay.
I've tried to change the directory tree like shown here:
https://developers.maxon.net/docs/py/2023_2/misc/pluginstructure.html
with the other language within the strings_us, but with no success.
Any advice what changed in R20?Grateful for any help,
cheers,
Mark. -
The language folders now follow a different scheme (ISO 639-1).
See here: https://developers.maxon.net/docs/cpp/2023_2/page_maxonapi_plugin_dev.html -
That's it!
Thank you so much, mp5gosu!
Cheers,
Mark.