/// <summary>
 /// Maps language and country code to a language type.
 /// </summary>
 /// <returns>The language from codes.</returns>
 public static LanguageType GetLanguageFromCodes()
 {
     return(GetLanguageFromCodes(DeviceUtil.GetDeviceLanguageCode(), DeviceUtil.GetDeviceCountryCode()));
 }