How to call `using Localization;` `using Localization.Settings;` etc. in managed DLL?

The localization package uses assembly definition files. There are 2: “Unity.Localization” and “Unity.Localization.Editor”.
These are compiled by the Editor, if you must link against dll’s then you can find the temporary ones in “\Library\ScriptAssemblies”.

1 Like