I have the following key value
in Dutch:
<string name="middag">middag</string>
in English:
<string name="middag">afternoon</string>
Whenever I set my preferredLanguage in iOS to Dutch (same with other languages), I always get the English translation. The only way we fixed this is by changing the key itself.
I have the following key value
in Dutch:
<string name="middag">middag</string>in English:
<string name="middag">afternoon</string>Whenever I set my preferredLanguage in iOS to Dutch (same with other languages), I always get the English translation. The only way we fixed this is by changing the key itself.