Hy, I have the problem that I am programing a site for multi businesses. I use DisplayName and LabelFor. The site is similar for each business, only the LabelFor name changes. I found a lot of multi-language possibilities using resource files (resx) and culture. But I don’t want to use this because it’s not a culture “problem”. So the question is…
- Can I use resx files without using culture? Maybe control with some other global parameter
- Can I get the string from database using “Stringkey” and business “id” (eg: Search.Label.Firstname,
- Is there any other possibility/idea to do this?
Thx a lot Chris