var samplePictPath = System.Environment.getEnvironmentVariable("Public");
this.myPicturesFolder = samplePictPath + "\\Pictures\\Sample Pictures";
var samplePictPath = System.Environment.getEnvironmentVariable("AllUsersProfile");
this.myPicturesFolder = samplePictPath + "\\Documents\\My Pictures\\Sample Pictures";
I need it for the following langs
cs-CZ = "%AllUsersProfile%\Dokumenty\Obrázky\Ukázky obrázků" de-DE = el-GR = en-US = "%AllUsersProfile%\Documents\My Pictures\Sample Pictures" es-ES = "%AllUsersProfile%\Documentos\Mis imágenes\Imágenes de muestra" fr-FR = "%AllUsersProfile%\Documents\Mes images\Échantillons d'images" he-IL = it-IT = "%AllUsersProfile%\Documenti\Immagini\Immagini campione" ja-JP = "%AllUsersProfile%\Documents\My Pictures\Sample Pictures" nl-NL = "%AllUsersProfile%\Documenten\Mijn afbeeldingen\Voorbeelden van afbeeldingen" pl-PL = "%AllUsersProfile%\Dokumenty\Moje obrazy\Przykładowe obrazy" pt-BR = pt-PT = ru-RU = tr-TR = "%AllUsersProfile%\Belgeler\Resimlerim\Örnek Resimler" zh-CN = "%AllUsersProfile%\Documents\My Pictures\示例图片"













