I need to store audio files and their metadata (names). There was an idea to just take the name from the file name, but I ran into a localization problem.
It would be possible to set a string resource pointing, depending on the locale, to different subdirectories in assets, but for this it would be necessary save copies of audio files for each language, so this is not an option.
Another way is to create subfolders in the assets folder for each locale, where text files containing localized metadata and links to audio resources.
Help find the best option.