Translations using custom language resource file for ll dictionary

Hi Everyone. We are in the process of updating our custom app and moving all reports to LL. Our UI is multilingual where we create language resource files custom to our app. Is there anyway to use these resource files as the LL dictionary for translations?

Thanks

You can loop through the resources in your assembly and pass the strings to the Dictionary. Haven’t tested it yet, here is a primer:

Would that work for you?