# [Bug] Missing translations at C# Playground #267

Closed
opened 2026-06-27 16:50:36 +00:00 by enjin2310 · 1 comment

Summary

The instructions section in the C# Playground remains in English when the platform language is set to Spanish.

Issue Description

The instructions panel within the C# Playground lesson does not localize correctly. Despite the interface being set to Español, the instructional text remains in English. This creates inconsistency in the localized learning environment.

  • Affected Component: Lesson instruction panel in C# Playground
  • Observed Behavior: Instructional text displayed in English while other UI elements are in Spanish
  • User Impact: Spanish-speaking users encounter mixed-language content
  • Visible Symptoms: English text under the “INSTRUCCIONES” heading

Environment

Property Value
Application SpikerSoft Learning Platform
Module C# Playground
Environment Production
Browser Firefox
Operating System Windows 11
Version v2026.06.26a
Device Desktop PC

Preconditions

Platform language set to Español.

Steps to Reproduce

  1. Navigate to learn.spikersoft.com/tools/csharp-playground.
  2. Switch the interface language to Español.
  3. Open lesson 504 – HashSet: deduplicar.
  4. Observe the INSTRUCCIONES section.

Expected Result

All instructional text should appear in Spanish, consistent with the selected language.

Actual Result

Instructional text remains in English despite the interface being localized to Spanish.

Evidence

  • Screenshot shows lesson “HashSet: deduplicar” with English instructions:
    • “A HashSet keeps only unique values — adding the same number twice still counts as one.”
    • “Write a public method: public int UniqueCount(List<int> values).”
    • “Return the number of distinct values using a HashSet<int>.”
  • Interface elements such as “Plan de estudios de C#”, “Enviar”, and “Nuevo intento” are correctly displayed in Spanish.

Impact

  • Localization inconsistency within lesson content.
  • Spanish-speaking users may struggle to follow instructions.
  • Reduces overall translation completeness and platform usability.

Frequency

Always

Reproducibility

100%

Severity

Medium

Notes

All environment details confirmed from screenshot. No additional anomalies observed.

## Summary The instructions section in the C# Playground remains in English when the platform language is set to Spanish. ## Issue Description The **instructions panel** within the C# Playground lesson does not localize correctly. Despite the interface being set to **Español**, the instructional text remains in English. This creates inconsistency in the localized learning environment. - **Affected Component:** Lesson instruction panel in C# Playground - **Observed Behavior:** Instructional text displayed in English while other UI elements are in Spanish - **User Impact:** Spanish-speaking users encounter mixed-language content - **Visible Symptoms:** English text under the “INSTRUCCIONES” heading ## Environment | Property | Value | |-----------|--------| | Application | SpikerSoft Learning Platform | | Module | C# Playground | | Environment | Production | | Browser | Firefox | | Operating System | Windows 11 | | Version | v2026.06.26a | | Device | Desktop PC | ## Preconditions Platform language set to **Español**. ## Steps to Reproduce 1. Navigate to `learn.spikersoft.com/tools/csharp-playground`. 2. Switch the interface language to **Español**. 3. Open lesson **504 – HashSet<T>: deduplicar**. 4. Observe the **INSTRUCCIONES** section. ## Expected Result All instructional text should appear in Spanish, consistent with the selected language. ## Actual Result Instructional text remains in English despite the interface being localized to Spanish. ## Evidence - Screenshot shows lesson **“HashSet<T>: deduplicar”** with English instructions: - “A HashSet keeps only unique values — adding the same number twice still counts as one.” - “Write a public method: `public int UniqueCount(List<int> values)`.” - “Return the number of distinct values using a `HashSet<int>`.” - Interface elements such as **“Plan de estudios de C#”**, **“Enviar”**, and **“Nuevo intento”** are correctly displayed in Spanish. ## Impact - Localization inconsistency within lesson content. - Spanish-speaking users may struggle to follow instructions. - Reduces overall translation completeness and platform usability. ## Frequency Always ## Reproducibility 100% ## Severity Medium ## Notes All environment details confirmed from screenshot. No additional anomalies observed.
Owner

Re-verified against current master. Lesson 504 (HashSet<T>: deduplicar) now has full Spanish instructions/hints in es/csharp.json, matching the exact text quoted in this report verbatim:

"Un HashSet conserva solo valores únicos — agregar el mismo número dos veces sigue contando como uno."

Resolved by spikersoft-backend PR #25 (merged to master, part of the #279#296 localization effort). Closing.

Re-verified against current `master`. Lesson 504 (`HashSet<T>: deduplicar`) now has full Spanish `instructions`/`hints` in `es/csharp.json`, matching the exact text quoted in this report verbatim: > "Un HashSet conserva solo valores únicos — agregar el mismo número dos veces sigue contando como uno." Resolved by spikersoft-backend PR #25 (merged to `master`, part of the #279 → #296 localization effort). Closing.
Sign in to join this conversation.