ReactNativeLocalization
ReactNativeLocalization copied to clipboard
getLanguage returning Language
Hello,
Great repo, I'm getting some good use out of it! For some reason all over my app this works without a hitch, but in one particular component doing strings.getLanguage() just returns Language instead of en or fr as it does in the other components.
Does anybody have any clue what the cause could be? Nothing seems out of the ordinary in the way my LocalizedStrings is declared in that component either. Thank you!