Hello,
I am planning to develop a site using resource files for GB and NI (Northern Ireland). They will both use the default (en-GB) resource files. However, for NI there will be a few (not many) instances where the text displayed on a page will differ from the GB website. For example, the welcome message on the GB website will say "Welcome to the GB website", whereas for the NI site it will say "Welcome to the NI website".
My question is - is there an easy way to achieve this without having to create a custom culture for NI? One method I have thought of is to have two separate resource strings - e.g WelcomeMessage_GB and WelcomeMessage_NI but I am not sure if this is good practice.
Thanks for any help!
Simon