Multiple choice technology programming languages

What is the name given to the type of assembly that contains localized resources?

  1. Module

  2. Private

  3. Satellite

  4. Shared

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Satellite assemblies contain culture-specific resources such as translated strings, images, or other localized content. They are compiled separately from the main assembly and are automatically loaded by the CLR based on the current thread's UI culture setting, allowing applications to support multiple languages without duplicating code.