LocaleNameToLCID

This content has moved to another location. See LocaleNameToLCID for the latest version.

Tags :


Community Content

Shawn Steele [MSFT]
Try to avoid LCIDs and use locale names if possible

Try to avoid LCIDs and use locale names if possible

Users can create custom locales which your application may not have access to if it doesn't use the locale name. Custom locales don't get their own LCIDs, so functionality is limited if your application relies on the LCID. See this blog http://blogs.msdn.com/shawnste/pages/custom-cultures-vista-custom-locales.aspx for more info about locales/custom locales and good behavior with locales.

Tags :

Page view tracker