marmelroy / Localize-Swift

Swift friendly localization and i18n with in-app language switching
MIT License
3.08k stars 330 forks source link

Is there way to temporally turn off localization and show only keys? #174

Open wohral opened 8 months ago

wohral commented 8 months ago

Hello, I would like to ask for help. Is there any way, to temporally turn off localization and switch to display original key names?

I tried to set invalid language code, but this solution will use "default" language Localize.setCurrentLanguage("invalid_language_code")

Thank you for any advice

wohral commented 6 months ago

Any update or advice how to do it?