Change the LCID of a file

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi,

I have a customer that is having files created with LCID (locale)
equal to 0. Our product uses XML parser and it seems that this does
not recognize 0 as a valid argument for the LCID. I'd like a script
that could change all files found with an LCID=0 to 1033 for US-
English. I'm not sure where this value is actually being set though,
so I'm not sure how you change a file's LCID.

Does anyone know how to change the LCID of a file (these are comma
separated files, or they could be txt files as well I believe)?
Thanks.

.



Relevant Pages

  • Re: Isnt realization of EnumSytemLocales strange?
    ... LCID lcid = _tcstoul; ... 'EnumSystemLocales' takes as a parameter a pointer to a callback, ... which is called several times and to which the LCID of each locale is ... LOCALE_ENUMPROC lpLocaleEnumProc, // callback function ...
    (microsoft.public.vc.mfc)
  • Re: Word/Windows Language
    ... (not the Dictionary language): English or French. ... ' Win32 Locale functions ... Public Function LocaleLangauge(Optional LCID As Long) As String ... Dim buf As String ...
    (microsoft.public.office.developer.vba)
  • Re: Change the LCID of a file
    ... I'm familiar with the LCID (locale id), ... if you wish to interpret your file as "German" (or ... I have a customer that is having files created with LCID (locale) ...
    (microsoft.public.scripting.vbscript)
  • Re: Default Input Language
    ... ' Win32 Locale functions ... Public Function LocaleLangauge(Optional LCID As Long) As String ... Dim buf As String ... ' Determine buffer requirement for language. ...
    (microsoft.public.vb.general.discussion)
  • Re: Display Chinese strings from Access Database
    ... You may need to set the Locale ID of the database to a Chinese ID. ... For example, the LCID for English is 1033, and the LCID for Japanese is ...
    (microsoft.public.vb.general.discussion)