In Google Play Console I have two language translations for my managed product.
The **product.metadata.localizedDescription** returns correctly each language, when the users change the system languange on their devices.
Is it possible to select which language to show, inside the app, without changing first the system language on the device?
I tried setting the **System.Threading.Thread.CurrentThread.CurrentCulture** but the result is only in the device language.
↧