Get current language in C #

In Composite C1, I need to select the currently selected language that the user selected above the language switch in the ASP.NET user control.

Of course, I could read it from PathInfo, but I'm sure there is a function for this.

How can I access a value programmatically in C #?

+7
source share
1 answer
+12
source

All Articles