Skip to content

android-v3.45.0

Choose a tag to compare

@github-actions github-actions released this 21 May 16:57
· 56 commits to main since this release
Immutable release. Only release title and notes can be modified.
beac5be

Minor Changes

  • 2282895: Add survey translations support. Surveys can carry per-language overrides for user-visible strings via a translations map keyed by language code. At display time the SDK resolves a language (init override → person property "language" → device locale), applies any matching translation onto the display model, and stamps the matched key as $survey_language on every survey event when a translation actually took effect.

    Configure via PostHogSurveysConfig.overrideDisplayLanguage. Matching is case-insensitive with a base-language fallback (e.g. "pt-BR" falls back to "pt").