MultilingualPlugin
MultilingualPlugin copied to clipboard
TwoLetterISO LanguageName return "iv"
on DE and CE working fine. can't recognize device lang when is set on Hebrew. TwoLetterISOLanguageName return "iv" / invariant language
regards.
Version Number of Plugin: 1.0.2 Device Tested On: Huawei gr3 Simulator Tested On: Version of VS: 2017 Version of Xamarin forms: 2.4.0.282 Versions of other things you are using:
Steps to reproduce the Behavior
Expected Behavior : show Hebrew
Actual Behavior: show English
Code snippet
` xmlns:lng="clr-namespace:Shaot_m.Helpers"
< Label Text="{lng:Translate helloMsg}" / > `