@twist that’s weird. copy should work on any file extension.
List of Languages
-
Hi
Does anyone know where I can find a list of all languages to use for a drop down list when users signup? -
@Developers-Shutfim-Professional Anyone?
I am looking for a normal list can’t find anything -
Is this any good?
https://www.ip2location.com/free/country-multilingual -
If you use C# in
System.Globalization
you can use
CultureInfo.GetCultures(CultureTypes.AllCultures)
and see some info there like shortcodes etc. but not full names -
@DCowan said in List of Languages:
Is this any good?
https://www.ip2location.com/free/country-multilingualYes, Just a shame that the names are all capitalized
-
@מי-יודע said in List of Languages:
If you use C# in
System.Globalization
you can use
CultureInfo.GetCultures(CultureTypes.AllCultures)
and see some info there like shortcodes etc. but not full namesIt’s only a partly list most are missing
-
-
Thanks
I also found https://gist.github.com/tayvano/8bac189b40b1457455b26e210d36e18a -