You need to specify your locale using "nsmatchingrule" attribute, example for French:
dn: cn=cn,cn=index,cn=databaseName,cn=ldbm database,
cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: cn
nsSystemIndex: false
nsIndexType: pres
nsIndexType: eq
nsIndexType: sub
nsIndexType: approx
nsMatchingRule: 1.3.6.1.4.1.42.2.27.9.4.76.1
For more information read http://docs.sun.com/source/816-6698-10/indexing.html#17419
Thanks
Krishna Kusupudi