Hello,
I have a multilingual applicaiton where I am giving Hungarian Language Support.
Now the user wants to see two different languages for Hungarian. Say Hungarian1 and Hundarian2.
In ASP.NET how can I achieve this? Can I create culture like hu-HU (Original),hu-HU1 (Variant). Will the thread culture be acceptable??
Please note Hungarian is one example, it can be in any language. Please help.