---
title: "What are satellite assembly?"  
description: "What are satellite assembly?"  
author: "Anonymous User"  
published: 2011-05-03  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/821/what-are-satellite-assembly  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are satellite assembly?

A satellite assembly contains resources specific to a given language. With the help of these, the resources of different languages can be kept in different assemblies. However, at the runtime the chosen option generates the output in the desired language. The implementation code is kept different from the resource files that are used for conversion.

## Answers

### Answer by Anonymous User

A satellite assembly contains resources specific to a given language. With the help of these, the resources of different languages can be kept in different assemblies. However, at the runtime the chosen option generates the output in the desired language. The implementation code is kept different from the resource files that are used for conversion.


---

Original Source: https://www.mindstick.com/interview/821/what-are-satellite-assembly

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
