I have a javascript confirm. My text is in english, but if I will change language/culture of my asp.net mvc project confirm is of cource still english.
I can controll it manually and just write two javascript methods (for both Languages) but it is no so clean I think. And if I will have more than 3 languages its will be more dirty.
Could you give me some Tip how can i solve my problem?
Best for me is to have confirm with some metatag or something where can i give my text from resource files out.
1 Answer