Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I want to separate one module (.NET assembly) that will contain settings and localization strings in three languages. How to call that module?

share|improve this question
Configurations, Globas, Settings, Properties, MAGIC_NUMBERS. Does it really matter that much :) – mcwise Feb 22 at 16:15
Probably ought to be migrated to StackOverflow although there are several questions over there that already answer this question to some degree. – jfrankcarr Feb 22 at 17:20
I would usually name such a library Resources. Following the standard nomenclature it would be CompanyName.ProductName.Resources Problem being that the Resources class in the Resources namespace can be problematic. so maybe Globalization – Mike Brown Feb 22 at 22:06
@mike-brown thanks for your response, because it is kind of generalization maybe it is good to call it General? or collect locals in Localization assembly and application settings in Generalization assembly. – TIKSN Feb 24 at 11:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.