Skip to content

Apple Sign In button not localizing to German despite device language and app support #1325

@zjamshidi

Description

@zjamshidi

Expected Behavior
"Sign in with Apple" button should localize to "Mit Apple anmelden" in FirebaseUI Auth when device/iPhone is German or UserDefaults.standard.set(["de"], forKey: "AppleLanguages") is called (and synchronized). Other providers localize correctly; Apple's native ASAuthorizationAppleIDButton supports de-DE.

Actual Behavior
Button stays "Sign in with Apple" (English) despite:

  • iPhone language: German (Settings > General > Language & Region)
  • UserDefaults.set(["de"], forKey: "AppleLanguages") + UserDefaults.standard.synchronize()
  • Sign-in dialogs: German ✓
  • Other buttons (Google/Email): German ✓
  • Info.plist: ende ✓

Am I missing something? Is it expected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions