Names of Revit property categories are not localized Follow
Problem
When I open a model that was published from non-English Revit, the names or property categories are English.
Solution
To correct the problem:
- Open the Revizto working folder.
- In this folder, look for the global_settings.txt file.
If the file is available, it looks like this:
{
"CheckUniqueReviztoId":false,
"ClashDetectUseQuat":true
} -
If the file is available, add the RevitStoreLocalizedPropGroups parameter:
{
"CheckUniqueReviztoId":false,
"ClashDetectUseQuat":true,
"RevitStoreLocalizedPropGroups":true
}If the file is missing, create it with a single parameter:
{
"RevitStoreLocalizedPropGroups":true
} -
Re-publish the model.
Comments
0 comments
Article is closed for comments.