I want to use multilanguage tags in Kirby 3. I understand that I can use queries to display the tags in frontend and backend, but what and where is the best way to store my values? I want to use key/value pairs (only value is language dependent). Should I use tags.de.json and tags.en.json? In which folder should these files be stored?
You can use the standard language files in /site/languagesor set up the translations in the plugin via the translation extension: Translations | Kirby. Then use the t() helper to retrieve those values.