Hello, i look for skin for my and find this skin :
https://www.deviantart.com/jingegno/art/Detailed-Tech-762401167
But where is the files configuration ?
View the software is english, and french have possiblity but not find...
Other skin have software this no, and lost...
Thank you
It is currently September 29th, 2023, 1:06 pm
how does it work sking configuration ?
-
- Posts: 9
- Joined: November 18th, 2016, 7:09 pm
how does it work sking configuration ?
Sorry i am French
-
- Posts: 497
- Joined: May 4th, 2020, 3:01 pm
- Location: Ankara, TURKEY
Re: how does it work sking configuration ?
Browse to this folder. C:\Users\YOUR_ACCOUNT\Documents\Rainmeter\Skins\Detailed Tech\@Resourcesrainette wrote: ↑September 14th, 2023, 10:08 am Hello, i look for skin for my and find this skin :
https://www.deviantart.com/jingegno/art/Detailed-Tech-762401167
But where is the files configuration ?
View the software is english, and french have possiblity but not find...
Other skin have software this no, and lost...
Thank you
I don't know where i going from here, but i promise it won't be boring... 

-
- Posts: 9
- Joined: November 18th, 2016, 7:09 pm
Re: how does it work sking configuration ?
Yes into "languages" have case in french, how to apply the languages "francais" ?
Sorry i am French
-
- Posts: 497
- Joined: May 4th, 2020, 3:01 pm
- Location: Ankara, TURKEY
Re: how does it work sking configuration ?
I checked the source folder completely, unfortunately I couldn't see any code to change the language setting.
When I checked the weather skin, the following explanations caught my eye.
---Replace the word that is right to the colon (:) with your language translation. leave the quotation marks intact and separate each section with a comma (,). In short, just look below...

---Replace the word that is right to the equal sign (=) with your language translation.
If you check other skins, the text sections are written in English.
I don't know where i going from here, but i promise it won't be boring... 

-
- Rainmeter Sage
- Posts: 15680
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: how does it work sking configuration ?
It seems you can't apply the French language, even if there is a file named Français.inc. Theoretically you should have to open the Detailed Tech\@Resources\Style.inc file and replace the language=English variable into the [Variables] section by language=Français. But when you do this, get nothing. The skin is still on English. The Style.inc file is applied only on the Detailed Tech\Daily Meters\Time & Date\Time & Date.ini skin, it's not added to any other. And even there the variables included into the language files (either English.inc or Français.inc) are not use in the skin.
The package look messed up a little bit. The whole code of all those .ini files should be rewritten, to get the skins in French. It's a huge work...
-
- Rainmeter Sage
- Posts: 6059
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: how does it work sking configuration ?
One could get away easier with some capable mass replacer or text editor. In theory you could set most String meters to display variables instead of their literal text parts, then create the corresponding file(s) where the variables are defined for specific languages. Finally, @include whatever include file for the values in the desired language. But yeah, it would take some effort to identify all the places that would need linguistic capabilities.