[wdmaudiodev] inf localizing

  • From: Victor V Lyamtsev <vvl@xxxxxxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Fri, 20 Aug 2004 17:23:43 -0400

I am working on localizing of inf file and my question is:
Is there "language-neutural" string section in inf ( for XP Pro)?

For example, I have 50 not localizable strings in English section and 2-
localizable ones:
[Strings]
;; not localizable
guid1="{36e1-y67-3333}"
guid2="{45gf-78p-4444}"
... other 48 strings

;;localizable
mylang="German"

Now, to create German section I also have to copy there "non-localizable"
strings and that increases size of file twice:

[Strings.0407]
;;not localizable
guid1="{36e1-y67-3333}"
guid2="{45gf-78p-4444}"
... other 48 strings

;; one localizable
mylang="Deutch"


Is there "language-independent" string section, like following:
[Strings]
;;guid1="{36e1-y67-3333}"
guid2="{45gf-78p-4444}"
... other 48 strings

;;English
[Strings.0409]
mylang="German"
;;German
[Strings.0419]
mylang="Deutch"


Thank you,


******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.de/

Other related posts:

  • » [wdmaudiodev] inf localizing