Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

purpose of config.properties and resource.properties

Avatar

Community Advisor

Hello

   Under /libs/settings/translation we have below mentioned two files other the translation_rules.xml

  1. /libs/settings/translation/rules/config.properties
  2. /libs/settings/translation/rules/resource.properties

Any idea what's the use of these two files

 

Thanks

Dipti

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor

Hi @Dipti_Chauhan ,

those are basic property of component or page and asset metadata property to be translated.

For example any page reference, authored in a component needs not to be translated same for date and time needs not be translated so you will not have those property in config.properties file.

config.properties for page resource and resource.properties for asset metadata.

Hope this willl help.

Umesh Thakur

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Réponse correcte par
Community Advisor

Hi @Dipti_Chauhan ,

those are basic property of component or page and asset metadata property to be translated.

For example any page reference, authored in a component needs not to be translated same for date and time needs not be translated so you will not have those property in config.properties file.

config.properties for page resource and resource.properties for asset metadata.

Hope this willl help.

Umesh Thakur

Avatar

Community Advisor
Thanks @Umesh_Thakur!!